Write superscript in markdown Write subscript in markdown Write power of numbers in markdownIn this post, we will learn how to write superscripts and subscripts in markdown. There is no native support for super
pulldown-cmark requires whitespace around superscripted and subscripted text whereas Pandoc and markdown-it do not. $ echo 'H~2~0' | cargo r --quiet -- --enable-subscript -e 0..6: Start(Paragraph) 0..5: Text(Borrowed("H~2~0")) 0..6: End(Paragraph) EOF $ echo 'H ~2~ 0...
CocoaMarkdownTests Example-Mac Example-iOS External images .gitignore .gitmodules CocoaMarkdown.podspec LICENSE README.md Breadcrumbs CocoaMarkdown /CocoaMarkdown / Latest commit nuudles Added the ability to adjust the baseline offset for subscript and sup… ...