1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
bold <span class="hljs-strong">**un**</span>constrained text.
italic <span class="hljs-emphasis">__un__</span>constrained text.
monospace <span class="hljs-code">``un``</span>constrained text.
A sentence <span class="hljs-strong">** with words, and more words!
using bold style :)**</span>.
Read the little notes**.
Read the little notes**
This is <span class="hljs-strong">**bold**</span>
E = <span class="hljs-strong">**mc**</span>2
<span class="hljs-strong">**Bob went with *Sarah* to the market today.**</span>
<span class="hljs-strong">**Bob went with *Sarah*
to the market today.**</span>
There's a colon:<span class="hljs-strong">**directly**</span> before the starting formatting mark.
There's a semi-colon directly before the starting formatting mark &ndash;<span class="hljs-strong">**2018**</span>
There's a closing curly bracket directly {before}<span class="hljs-strong">**the starting formatting mark**</span>.
<span class="hljs-strong">**--anything goes **</span>
\\**--anything goes **
\\**--anything goes ** with * a <span class="hljs-strong">**lot**</span> of stars**
<span class="hljs-strong">**Git**</span>Hub
<span class="hljs-strong">**bl*ck**</span>-eye
Git[.blue]<span class="hljs-strong">**Hub**</span>
<span class="hljs-strong">**bob
knows
very
best**</span>
A sentence <span class="hljs-emphasis">__ with words, and more words!
using italic style :)__</span>.
Read the little notes__.
Read the little notes__
This is <span class="hljs-emphasis">__italic__</span>
E = <span class="hljs-emphasis">__mc__</span>2
<span class="hljs-emphasis">__Bob went with _Sarah_ to the market today.__</span>
<span class="hljs-emphasis">__Bob went with _Sarah_
to the market today.__</span>
There's a colon:<span class="hljs-emphasis">__directly__</span> before the starting formatting mark.
There's a semi-colon directly before the starting formatting mark &ndash;<span class="hljs-emphasis">__2018__</span>
There's a closing curly bracket directly {before}<span class="hljs-emphasis">__the starting formatting mark__</span>.
<span class="hljs-emphasis">__--anything goes __</span>
\\__--anything goes __
\\__--anything goes __ with _ a __lot__ of underscores__
<span class="hljs-emphasis">__Git__</span>Hub
<span class="hljs-emphasis">__bl_ck__</span>-eye
Git[.blue]<span class="hljs-emphasis">__Hub__</span>
<span class="hljs-emphasis">__bob
knows
very
best__</span>
|