This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
twine2:how_to_format_text [2016/03/27 07:00] l |
twine2:how_to_format_text [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
</WRAP> | </WRAP> | ||
- | The exact characters to enter depend on which story format you're using. Harlowe (the default one) and Snowman both use [[http://daringfireball.net/projects/markdown/|Markdown]], a commonly-used set of formatting instructions. SugarCube instead uses a convention similar to what's used on Wikipedia ((To be specific, it uses [[http://tiddlywiki.com/|TiddlyWiki]] formatting.)). | + | **The exact characters to enter depend on which story format you're using. |
+ | ** | ||
+ | **Harlowe** (the default one) and **Snowman** both use [[http://daringfireball.net/projects/markdown/|Markdown]], a commonly-used set of formatting instructions. **SugarCube** instead uses a convention similar to what's used on Wikipedia ((To be specific, it uses [[http://tiddlywiki.com/|TiddlyWiki]] formatting.)). | ||
^ ^ Harlowe ^ Snowman ^ SugarCube ^ | ^ ^ Harlowe ^ Snowman ^ SugarCube ^ | ||
Line 13: | Line 15: | ||
| //Italics// | ''<nowiki>*Italics*</nowiki>'' or ''<nowiki>//Italics//</nowiki>'' | ''<nowiki>*Italics*</nowiki>'' | ''<nowiki>//Italics//</nowiki>'' | | | //Italics// | ''<nowiki>*Italics*</nowiki>'' or ''<nowiki>//Italics//</nowiki>'' | ''<nowiki>*Italics*</nowiki>'' | ''<nowiki>//Italics//</nowiki>'' | | ||
| __Underlined__ | ''<nowiki><u>Underlined</u></nowiki>'' | ''<nowiki><u>Underlined</u></nowiki>'' | ''<nowiki>__Underlined__</nowiki>'' | | | __Underlined__ | ''<nowiki><u>Underlined</u></nowiki>'' | ''<nowiki><u>Underlined</u></nowiki>'' | ''<nowiki>__Underlined__</nowiki>'' | | ||
- | | For more information | [[http://twine2.neocities.org/|Read the Twine Markup section of this page]] | [[http://daringfireball.net/projects/markdown/|Visit here]] | [[http://www.motoslave.net/sugarcube/docs/markup.html#basic-formatting|Visit here]] | | + | | For more information | [[https://twine2.neocities.org/1.html#markup_link|Visit here]] | [[http://daringfireball.net/projects/markdown/|Visit here]] | [[http://www.motoslave.net/sugarcube/docs/markup.html#basic-formatting|Visit here]] | |
You can combine styles in any story format by combining them, so that ''<nowiki>***bold and italic***</nowiki>'' will be displayed as **//bold and italic//** in Harlowe ((In SugarCube, you'd write ''<nowiki>**//bold and italic//**</nowiki>'' or ''<nowiki>//**bold and italic**//</nowiki>'' -- both would work equally well.)). | You can combine styles in any story format by combining them, so that ''<nowiki>***bold and italic***</nowiki>'' will be displayed as **//bold and italic//** in Harlowe ((In SugarCube, you'd write ''<nowiki>**//bold and italic//**</nowiki>'' or ''<nowiki>//**bold and italic**//</nowiki>'' -- both would work equally well.)). |