klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
2k stars 295 forks source link

headers aren't recognized #116

Closed klembot closed 6 years ago

klembot commented 9 years ago

Originally reported by: Yorekani (Bitbucket: Yorekani, GitHub: Unknown)


So, the following worked in Twine 1, but in Twine 2, only the first header is actually displayed as such.

#!Twine markup

:: MenuOptions
<<ensureOptionsExist>>\
!Technical Options
(...)
!Visual Options
(...)

This is only very minor, because switching to html tags will properly recognize both headers again.

#!Twine markup

:: MenuOptions
<<ensureOptionsExist>>\
<h1>Technical Options</h1>
(...)
<h1>Visual Options</h1>
(...)

Using Twine 2.0.2 and Sugarcube.


klembot commented 8 years ago

Original comment by Chris Klimas (Bitbucket: klembot, GitHub: klembot):


Removing milestone: 2.0b2 (automated comment)

klembot commented 9 years ago

Original comment by Leon Arnott (Bitbucket: L, GitHub: Unknown):


This should be reported to SugarCube's repository, not TwineJS's. (Also, assigning milestones is not for reporters to decide.)