File: index.md

package info (click to toggle)
python-misaka 1.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: ansic: 3,690; python: 631; sh: 19; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: index.html
location: index
title: Misaka
---

A Python 2 and 3 binding for [Sundown][], a really fast [Markdown][] parser
implemented in C. Misaka is written in [Cython][] and C. And it features a set
of Markdown extensions and customizable renderers. Just like the Sundown binding
for Ruby, [Redcarpet][].

  [Sundown]: https://github.com/tanoku/sundown
  [Markdown]: http://en.wikipedia.org/wiki/Markdown
  [Cython]: http://cython.org/
  [Redcarpet]: https://github.com/tanoku/redcarpet


Projects that use Misaka:

 - [Jasy](https://github.com/zynga/jasy)
 - [mynt](https://github.com/Anomareh/mynt)
 - [Composer](https://github.com/shazow/composer)
 - [Socrates](https://github.com/honza/socrates)