misaka

A Python binding for Hoedown.

Github星跟蹤圖

Misaka

.. image:: https://img.shields.io/pypi/v/misaka.svg
:target: https://pypi.python.org/pypi/misaka

.. image:: https://img.shields.io/pypi/dm/misaka.svg
:target: https://pypi.python.org/pypi/misaka

.. image:: https://img.shields.io/travis/FSX/misaka.svg
:target: https://travis-ci.org/FSX/misaka

A CFFI binding for Hoedown_ (version 3), a markdown parsing library.

Documentation can be found at: http://misaka.61924.nl/

.. _Hoedown: https://github.com/hoedown/hoedown

Professional support

Professional support for Misaka is available as part of the Tidelift Subscription. Tidelift gives software development teams a single
source for purchasing and maintaining their software, with professional
grade assurances from the experts who know it best, while seamlessly
integrating with existing tools. By subscribing you will help support
Misaka future development. Alternatively consider making a small
donation
.

.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-misaka?utm_source=pypi-misaka&utm_medium=referral&utm_campaign=readme
.. _donation: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=FB6NWEJC87BJY&currency_code=EUR&source=url

Installation

Misaka has been tested on CPython 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy 2.7
and 3.5. It needs CFFI 1.12.0 or newer, because of this it will not work
on PyPy 2.5 and older.

With pip::

pip install misaka

Or manually::

python setup.py install

Example

Very simple example:

.. code:: python

import misaka as m
print m.html('some other text')

Or:

.. code:: python

from misaka import Markdown, HtmlRenderer

rndr = HtmlRenderer()
md = Markdown(rndr)

print(md('some text'))

Security contact information

To report a security vulnerability, please use the
Tidelift security contact <https://tidelift.com/security>_.
Tidelift will coordinate the fix and disclosure.

主要指標

概覽
名稱與所有者FSX/misaka
主編程語言C
編程語言Python (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2011-04-27 22:40:27
推送於2022-09-23 21:29:33
最后一次提交2022-09-23 23:29:33
發布數18
最新版本名稱v2.1.1 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數417
關注者數13
派生數65
提交數308
已啟用問題?
問題數64
打開的問題數9
拉請求數13
打開的拉請求數0
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?