Skip to content

Commit

Permalink
Fix confusion between italic and emphasied in cheatsheet
Browse files Browse the repository at this point in the history
Following #1130

Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed May 23, 2024
1 parent 11b744b commit 9d7d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

{3:my_id Referenceable title}

See {!my_id}.</code></pre><p>Standalone pages must start with a <code>0</code> heading:</p><pre class="language-text"><code>{0 Page big title}</code></pre></td><td><p><h1>Title</h1> <h2>Subtitle</h2> <h3>Subsubtitle</h3> <h3 id="my_id">Referenceable title</h3></p><p>See <a href="#my_id">Referenceable title</a></p></td></tr><tr><th><p><a href="odoc_for_authors.html#basics" title="basics">Bold, italic and emphasis</a></p></th><td><pre class="language-text"><code>{b bold} text, {e italic text}, {e emphasized} text</code></pre></td><td><p><b>bold</b> text, <em>italic text</em>, <em>emphasized</em> text</p></td></tr><tr><th><p><a href="odoc_for_authors.html#basics" title="basics">Subscripts and superscript</a></p></th><td><pre class="language-text"><code>H{_ 2}O and 1{^ st}</code></pre></td><td><p>H<sub>2</sub>O and 1<sup>st</sup></p></td></tr><tr><th><p><a href="odoc_for_authors.html#links_and_references" title="links_and_references">Link</a></p></th><td><pre class="language-text"><code>Here is a link: {:https://www.example.com}.
See {!my_id}.</code></pre><p>Standalone pages must start with a <code>0</code> heading:</p><pre class="language-text"><code>{0 Page big title}</code></pre></td><td><p><h1>Title</h1> <h2>Subtitle</h2> <h3>Subsubtitle</h3> <h3 id="my_id">Referenceable title</h3></p><p>See <a href="#my_id">Referenceable title</a></p></td></tr><tr><th><p><a href="odoc_for_authors.html#basics" title="basics">Bold, italic and emphasis</a></p></th><td><pre class="language-text"><code>{b bold} text, {i italic} text, {e emphasized} text</code></pre></td><td><p><b>bold</b> text, <i>italic</i> text, <em>emphasized</em> text</p></td></tr><tr><th><p><a href="odoc_for_authors.html#basics" title="basics">Subscripts and superscript</a></p></th><td><pre class="language-text"><code>H{_ 2}O and 1{^ st}</code></pre></td><td><p>H<sub>2</sub>O and 1<sup>st</sup></p></td></tr><tr><th><p><a href="odoc_for_authors.html#links_and_references" title="links_and_references">Link</a></p></th><td><pre class="language-text"><code>Here is a link: {:https://www.example.com}.

You can also click {{:https://www.example.com}here}.</code></pre></td><td><p>Here is a link: <a href="https://www.example.com">https://www.example.com</a>.</p><p>You can also click <a href="https://www.example.com">here</a>.</p></td></tr><tr><th><p><a href="odoc_for_authors.html#links_and_references" title="links_and_references">References</a></p></th><td><pre class="language-text"><code>See {!Odoc_odoc.Compile.compile}.

Expand Down

0 comments on commit 9d7d292

Please sign in to comment.