Help:TootCat/HTML/formatting: Difference between revisions
< Help:TootCat | HTML
Created page with "{{fmt/title|formatting posts with HTML}} Note that the "Markdown" formatting option supports all of the tags supported by the HTML option (i.e. it's a superset), and it's ofte..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{fmt/title|formatting posts with HTML}} | {{fmt/title|formatting posts with HTML}} | ||
Note that the "Markdown" formatting option supports all of the tags supported by the HTML option (i.e. it's a superset), and it's often useful to be able to intermix them -- so we recommend using the Markdown option rather than HTML only. The following applies to both choices; see {{l/ | Note that the "Markdown" formatting option supports all of the tags supported by the HTML option (i.e. it's a superset), and it's often useful to be able to intermix them -- so we recommend using the Markdown option rather than HTML only. The following applies to both choices; see {{l/sub|Markdown}} for syntax that only works in the Markdown option. | ||
==Tags== | ==Tags== | ||
| Line 7: | Line 7: | ||
<b>bold</b> | <b>bold</b> | ||
<i>italic</i> | <i>italic</i> | ||
<u>underline</u> | |||
Lists: | Lists: | ||
| Line 16: | Line 17: | ||
NOT SUPPORTED: | NOT SUPPORTED: | ||
<pre>, <tt> | <pre>, <tt>, <s> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
(I put the # outside of the link so it looks a little different from a regular hashtag.) | (I put the # outside of the link so it looks a little different from a regular hashtag.) | ||
Revision as of 18:36, 28 May 2023
|
formatting posts with HTML
|
Note that the "Markdown" formatting option supports all of the tags supported by the HTML option (i.e. it's a superset), and it's often useful to be able to intermix them -- so we recommend using the Markdown option rather than HTML only. The following applies to both choices; see Markdown for syntax that only works in the Markdown option.
Tags
Character formatting:
<b>bold</b>
<i>italic</i>
<u>underline</u>
Lists:
<ul><li>item one<li>item two</ul>
<ol<li>item one<li>item two</ol>
Links:
<a href="URL">display text</a>
#<a href="https://toot.cat/tags/softwareGripe">softwareGripe</a> - link to a hashtag feed without indexing the post containing the link
NOT SUPPORTED:
<pre>, <tt>, <s>
(I put the # outside of the link so it looks a little different from a regular hashtag.)