namedentities is a simple way to convert numeric HTML entities to far more readable named entities.Installationpip install namedentitiesFailing that, fall back to the older approach:easy_install namedentities(You may need to begin these with "sudo " to...

kramdown

kramdown 1.2.0

kramdown is a free Ruby library that can be used for parsing a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown...

LaTeX2PS

LaTeX2PS 1.7.1

LaTeX2PS is a graphical interface for typesetting LaTeX documents. The following modes are implemented: LaTeX -> DVI, LaTeX -> PS, LaTeX -> PDF and LaTeX -> PS -> PDF.You can use LaTeX2PS from within Konqueror by right clicking a LaTeX file and choosing...

Pilot-QOF

Pilot-QOF 0.2.3

Pilot-QOF converts Palm databases to queriable objects. A Palm database record is an instance of the object, called an Entity.Objects are collated to form one data source, called books, that can contain any number of different objects - depending on the...

mark3

mark3 0.1.2

mark3 is a Python tool that provides a lightweight, markdown to html parser for Python 2.7 and 3.UsageUsing mark3 is very simple:from mark3.markdown import markdownhtml = markdown(raw_text)Deviationsmark3 may differ slightly from the official markdown...

vimdown

vimdown 1.1.2

vimdown is a dirty tool to convert .vimrc and .vim script files to markdown.InstallThe easiest way to install is to use pippip install vimdownOr you can chose an install download from GitHubOverviewVimdown transforms .vim files into markdown...

Landslide

Landslide 1.0.1

Landslide is a tool that takes your Markdown file(s) and generates a slideshow like this.Markdown Formatting Instructions * To create a title slide, render a single h1 element (eg. # My Title) * Separate your slides with a horizontal rule (---...

postmarkup

postmarkup 1.2.0

postmarkup is a Python module that generates XHTML snippets from BBCode.See the wiki http://code.google.com/p/postmarkup/wiki/Usage for how to use this module, or http://www.willmcgugan.com/?s=bbcode for more information.You can experiment with bbcode on...