mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
This is a Python implementation of John Gruber's Markdown. It is almost
|
|
completely compliant with the reference implementation, though there are a
|
|
few very minor differences.
|
|
|
|
Features:
|
|
|
|
* International Input
|
|
* Extensions
|
|
* Output Formats
|
|
* "Safe Modes"
|
|
* Command Line Interface
|
|
|
|
WWW: https://pythonhosted.org/Markdown/
|