Subscribe to an RSS feed for this tag
Entries tagged with markdown
-
Title: ReST, Textile and HTML in Markdown
Tags: lifeflow markdownRecently I have run into a few situations where I really wanted to avoid Markdown messing with segments of text, and there isn't a completely intuitive way to deal with that by default, so I put together a quick solution. And.. while I was at it I added some support for rendering Textile and ReST from within Markdown as well.
-
Title: Don't Repeat Yourself for Bloggers: Dynamic Blog Context in LifeFlow
Tags: blog lifeflow markdown
Series: Learning LifeFlowProgrammers talk about DRY, or Don't Repeat Yourself, all the time. Its a strategy for making programming more pleasant, more efficient, and to reduce errors. LifeFlow uses a simple idea, which I have brazenly labeled Dynamic Blog Context, to try to take a few steps toward DRY while writing blogs.
-
Title: Cleanly Extending Python Markdown with Syntax Highlighting
Tags: markdown pythonA look at extending the Python Markdown library. It happens to be an extremely well written library, so extending it is a bit more fun than it ought to be. Take a look.