-
-
Notifications
You must be signed in to change notification settings - Fork 317
Proposed Extensions to CommonMark
Christoph Päper edited this page Nov 2, 2016
·
6 revisions
flavor, variant, dialect, syntactic sugar, extension, plug-in, add-on …
deployed = active by default, implemented = optional extension, proposed = not implemented anywhere
<del>deletion</del>
<del>removal</del><ins>replacement</ins>
<ins>addition</ins>
<mark>highlighted</mark>
<span title="comment">text</span>
See also Notes section.
<s>stricken</s>
<u>underlined</u>
line<br>
break
line<br />
break
<h1 id="heading">Heading</h1>
<a href="#heading">Heading</a>
<a href="http://example.com">Reference</a>
see also: CURIE
<p>text<a href="#fn1" class="footnote marker" id="fn1.1">1</a></p>
<footer>
<p id="fn1">note, <a href="#fn1.1">↪︎</a></p>
</footer>
<p>text<a href="#sn1" class="sidenote marker" id="sn1.1">1</a></p>
<aside>
<p id="sn1">note, <a href="#sn1.1">↪︎</a></p>
</aside>
<aside>
<p>note</p>
</aside>
<ruby>
🐮<rp> (</rp><rt>bull</rt><rp>)</rp>
💩<rp> (</rp><rt>shit</rt><rp>)</rp>
</ruby>
<ruby>🤔💡<rp> (</rp><rt>Eureka!</rt><rp>)</rp></ruby>
<span class="tooltip" title="note">text</a>
<p class="spoiler">spoiler</p>
.spoiler {color: transparent;}
.spoiler:focus,
.spoiler:active,
.spoiler:hover {color: black;}
abstract, introduction/lede, byline, …
discussion, error, exercise, information, question, tip, warning https://leanpub.com/markua/read#leanpub-auto-blurbs
attention, caution, danger, error, hint, important, note, tip, warning
corollary, definition, hypothesis, law, lemma, proof, theorem
commentary (not the same as comments), pull-quote
see [Book Structure]
<hr>
<a href="#reference">Reference on page 1</a>
<header class="cover">
…
</header>
<section class="frontmatter">
…
</section>
<article class="mainmatter">
…
</article>
<footer class="backmatter">
…
</footer>
<title>Title</title>
and expansions thereof
<abbr title="expansion">abbr.</abbr>
<dfn>term</dfn>
<b>term</b>
<dl>
<dt>term
<dd>definition
</dl>
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
<dl>
<dt>question?
<dd>answer!
</dl>
<ul>
<li class="pro">pro
<li class="con">con
</ul>
<ul>
<li class="todo">to do
<li class="done">done
</ul>
<p class="example" id="ex1">example</p>
<td>cell</td>
<tr>
<td>Row
</tr>
<th>header</th>
<tr><th>header</th>
…
</tr>
audio, video, YouTube, …
templates (layout, variables), designs, themes (colors, pictures), skins
<form action="./">
</form>
<input type="checkbox">
<input type="radio">
<input type="text">
<input type="password">
<input type="email">
<input type="date">
<cite>key</cite>
<a href="/user/name" title="User Name">@name</a>
<a href="/tag/name" title="Tag Name">#name</a>
Entities
Escapes
Emoji/Emoticons