File: README.txt

package info (click to toggle)
python-markdown2 2.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,488 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
Mako is a templating language. I have some unfinished work here
to attempt to get markdown2.py to treat Mako syntax just like raw
HTML. I.e. allow writing mixed Markdown-Mako text.

The key here is *unfinished*. I'm not sure if it is reasonable or feasible
to support this with the current implementation.