Skip to content

Instantly share code, notes, and snippets.

@Meow

Meow/out.html Secret

Created September 25, 2021 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Meow/3b8eb7cf722145ac34b99df58b1bee94 to your computer and use it in GitHub Desktop.
Save Meow/3b8eb7cf722145ac34b99df58b1bee94 to your computer and use it in GitHub Desktop.
[nix-shell:~/code/philorak]$ ./target/debug/comrak -e philomena -e strikethrough -e superscript test4.md
<div class="paragraph">Which is italic?
A. <em>this</em>
B. <em>this</em>
C. <em>this</em>
D. <em><strong>this</strong></em>
E. <em><ins>this</ins></em>
Which is bold?
A. <strong>this</strong>
B. <span class="spoiler">this</span>
C. <ins>this</ins>
D. <em><strong>this</strong></em>
E. <em><ins>this</ins></em>
Which is subscript?
A. <em>this</em>
B. <ins>this</ins>
C. <del>this</del>
D. +this+
Which is underlined superscript?
A. @<ins>this</ins>@
B. <em><ins>this</ins></em>
C. <sup>_this_</sup>
D. <em><ins><sup>this</sup></ins></em>
D. <em>-this-</em>
E. <ins>-this-</ins></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment