Typogrify examples

30 May 2007 in links
tagged with [django] [filter] [markup] [smartquotes]

django filters to do nice text markup. Shiny.

http://static.mintchaos.com/projects/typogrify/

 

Typogrify examples

My Wandering Wiki: MultiMarkdown

19 September 2006 in links
tagged with [markdown] [markup]

Extended Markdown parser, does footnotes again (different syntax) and tables this time

http://fletcher.freeshell.org/wiki/MultiMarkdown

 

My Wandering Wiki: MultiMarkdown

John MacFarlane - Pandoc

19 September 2006 in links
tagged with [haskell] [latex] [markdown] [markup]

Impressively close to my Grail, this will convert Markdown syntax (with a few changes) into HTML, latex, RTF, S5. Lovely. The footnote syntax is a little icky, though.

http://sophos.berkeley.edu/macfarlane/pandoc.html

 

John MacFarlane - Pandoc

rephrase § Markdown Footnotes

19 September 2006 in links
tagged with [footnotes] [markdown] [markup] [syntax] [text]

Markdown needs a footnotes syntax. This is an implementation of a possible method, discussed on the markdown mailing list last year.

http://rephrase.net/box/word/footnotes/

 

rephrase § Markdown Footnotes

Wiky: A Bidirectional Markup Converter

27 June 2006 in links
tagged with [javascript] [markup] [wiki]

Recently I’m very interested in pure-javascript libraries for doing things. (especially those that don’t use the DOM). This one does wiki-like markup.

http://goessner.net/articles/wiky/

 

Wiky: A Bidirectional Markup Converter