04:03 pm - Markdown-Python Wrapped Tables Extension
I've been using markdown syntax for a while, and I (very) recently
switched from the reference interpreter to markdown-python which has
some nice extensions1.
One extension I wanted to use was for tables, but when I tried it I
found out that it won't let you put multiple lines in a table cell. (I
mean multiple lines in the markdown. I assume you can force multiple
lines in the HTML by using <br/>.)
So, I wrote my own extension called "wtables."2
( read more . . . ) Current Mood: satisfied
|