mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 23:11:03 +00:00
2.2 KiB
2.2 KiB
HTML
Along with plaintext and Markdown, you can also format text on WriteFreely with HTML. Here is the supported HTML you can use in your posts.
Text
<h1>Header</h1>
<h2>Header</h2>
<h3>Header</h3>
<h4>Header</h4>
<p>Text</p>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<ol>
<li>List Item</li>
<li>List Item</li>
<li>List Item</li>
</ol>
<blockquote>This is a blockquote.</blockquote>
Header
Header
Header
Header
Text
- List Item 1
- List Item 2
- List Item 3
- List Item
- List Item
- List Item
This is a blockquote.
<strong>Bold</strong>
<em>Italics</em>
<u>Underline</u>
<span style="color:red">Style</span>
<a href="https://write.as">Link</a>
Bold
Italics
Underline
Style
Subtitle in the box
This paragraph is also inside the box...
Multimedia
<video src="https://cdn.glitch.com/db7ab5d8-dd97-466b-8180-676147e8fc40%2FUsing%20Write.as%20Themes.mp4?" controls>