====Style markup==== In Harlowe, text can be styled using these codes: ^Styling ^ Markup code ^ HTML produced^ | Italics | ''%%//text//%%'' |''text''| | Boldface | ''%%''text''%%'' |''text''| | Deleted/spoiler text | ''%%~~text~~%%'' | ''text''| | Emphasis | ''%%*text*%%'' |''text''| | Strong emphasis | ''%%**text**%%'' |''text''| | Superscript | ''%%meters/second^^2^^%%'' | ''meters/second2''| === Example usage: === You //can't// be serious! I have to go through the ''whole game'' again? ^^Jeez, louise!^^ === Details: === You can nest these codes - ''%%''//text//''%%'' will produce **//bold italics//** - but they must nest symmetrically. ''%%''//text''//%%'' will not work. A larger variety of text styles can be produced by using the [[harlowe:text-style|(text-style:)]] macro, attaching it to a text hook you'd like to style. And, furthermore, you can use HTML tags like ''%%%%'' as an additional styling option.