Skip to content

Commit

Permalink
Add additional content to subscript.txt file
Browse files Browse the repository at this point in the history
Added a new markdown-styled sub-content with strikethrough text representation in the subscript.txt file.
  • Loading branch information
bowman2001 committed Jan 31, 2024
1 parent 806d44c commit a88cc80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _test/subscript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ a~4 + a~5
//- - - - - - - - -//
<p><sub>foo bar</sub></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//


7
//- - - - - - - - -//
~~x~foobar~~~
//- - - - - - - - -//
<p><del>x<sub>foobar</sub></del></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//

0 comments on commit a88cc80

Please sign in to comment.