[[markdown styling->markdown]] [[formatting with macros->macros]] [[using web technologies->web]]{ <h1>Headline one</h1> <p> This is a paragraph </p> <h3>Making a link</h3> <a href = "https://twine2.neocities.org/" target = "_blank">Harlowe Docmentation</a> <table border = "1"> <tr> <td>a</td> <td>b</td> </tr> <tr> <td>c</td> <td>d</td> </tr> </table> } [[web]] [[start]]==><== <img src = "https://live.staticflickr.com/2230/2212005662_22fd2bc4da_b.jpg" alt = "magnificent emu" height = 300 width = 300/> Emus are awesome! [[web]] [[start]]{ <p class = "blueBG"> This passage has CSS applied to it </p> <p class = "pango"> This class uses the pango style </p> (css: "font-size: 2em")[This is huge text] } [[web]] [[start]][[colors->colors]] [[text styles->textStyles]] [[font->font]][[Headlines->headlines]] [[text formatting->formatting]] [[alignment->alignment]] [[lists->lists]]#Headline 1 ##Headline 2 ###Headline 3 --- [[markdown]] [[start]]''bold'' //italic// ~~strikethrough~~ *emphasis* **strong emphasis** [[markdown]] [[start]]{ ==> right ustified <== left justified ==><== centered ===><= 3/4 } [[markdown]] [[start]](color: red)[this text is red] (color: green)[this text is green] (background: yellow)[this text has a yellow background] (color: black)[ (background: yellow)[black text on a yellow background] ] [[macros]] [[start]](text-style:"bold")[bold] (text-style:"outline")[outline] (text-style:"shadow")[shadow] (text-style:"emboss")[emboss] (text-style:"condense")[condense] (text-style:"expand")[expand] (text-style:"blur")[blur] (text-style:"blurrier")[blurrier] (text-style:"smear")[smear] (text-style:"mirror")[mirror] (text-style:"upside-down")[upside-down] (text-style:"blink")[blink] (text-style:"fade-in-out")[fade-in-out] (text-style:"rumble")[rumble] (text-style:"shudder")[shudder] [[macros]] [[start]]This is the standard font Generic fonts: * (font: "serif")[serif] * (font: "sans-serif")[sans-serif] * (font: "cursive")[cursive] * (font: "fantasy")[fantasy] * (font: "monospace")[monospace] (font: "Pangolin")[This is a custom font(see CSS)] <a href = "http://fonts.google.com">Google fonts</a> [[macros]] [[start]]* bullet list item A * bullet list item B ** bullet list item B1 ** bullet list item B2 * bullet list item C 0. numbered list A 0. numbered list B 0.0. numbered list B1 0.0. numbered list B2 0. numbered list C [[markdown]] [[start]][[Basic HTML->HTML]] [[Adding an image->image]] [[CSS->css]]