Writing a filter that will render markdown or highlight source code, the way GitHub does it, more or less. I find that my repos sometimes have "important" information in files other than README.md.
Gah, it sort of works. I don't want the line numbers., and it's wrapped in a pre tag, and a code tag (!?)... I guess I could fake it by adding extra closing and opening tags, and CSS to hide the line numbers? But I'm not liking this...
@kensanata I see you caught the Python bug after all.
@deshipu The two existing source files were written in Python and I don’t have the urge to rewrite anything to Perl. There just wasn’t ever a reason use Python and I don’t think I would use it for a new project unless the library situation pushes me to do. But increasingly, it does... (like Mastodon.py)