File: tilde%20%28no%20sub%29.html

package info (click to toggle)
pymdown-extensions 10.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,104 kB
  • sloc: python: 60,117; javascript: 846; sh: 8; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
<p>Test: ~~ Won't delete ~~</p>
<p>Test: <del>Will delete</del></p>
<p>Test: ~~Escaped~~</p>
<p>Test: <del>This will all be deleted ~~because of the placement of the center tilde.</del></p>
<p>Test: <del>This will all be deleted ~~ because of the placement of the center tilde.</del></p>
<p>Test: <del>This will NOT all be deleted</del> because of the placement of the center tilde.~~</p>
<p>Test: <del>This will all be deleted~ because of the token is less than that of the tilde.</del></p>