The state of Syntax highlighting on the web, why I think JavaScript highlighting libraries make more sense than server side solutions and how that relates to Markdown.
Archive for the 'markdown' Category
Syntax Highlighting on the Web
Published 1 month, 1 week ago. Tagged: css html markdown python syntax highlighting ClosedPython-Markdown Tutorial Part 2: Changing Bold and Italics
Published 8 months ago. Tagged: markdown python ClosedPart 2 is a series of tutorials which step through creating a simple Python-Markdown Extension that slightly alters the Markdown syntax. Specifically, in this part, we redefine the "bold" and "italics" syntax, overriding the parsers current behavior.
Python-Markdown Tutorial Part 1: Adding InlinePatterns Insert and Delete
Published 8 months, 3 weeks ago. Tagged: markdown python ClosedA tutorial which steps through creating a simple Python-Markdown Extension which slightly alters the Markdown syntax. Specifically, we add an inline syntax for <ins> and <del>.
Installing multiple versions of Python on Ubuntu from Source
Published 1 year, 3 months ago. Tagged: linux markdown python Ubuntu VirtualBox ClosedHere's how I got Python 2.3, 2.4, 2.5, 2.6 and 3.0 all installed and working on an Ubuntu VirtualBox.
Greg Wilson has posted a code review of Python-Markdown. As I'm one of the developers, I read it with interest. This is my response.

