From: Shane G. <sg...@gm...> - 2010-07-30 02:18:46
|
Just joined the list to let people know that I released two extensions for Markdown: 1. Superscript: http://github.com/sgraber/markdown.superscript 2. Subscript: http://github.com/sgraber/markdown.subscript They're pretty basic extensions...they just allow an author to add superscript and subscript markup to a Markdown document. Superscripts use a carrot, '^', to denote the beginning/end of a superscripted section of text and a tilde, '~', denotes subscripting. For example: HCO~3~^-^ CO~3~^2-^ They "Work For Me (tm)". Please feel free to fork. Enjoy! Shane |