Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Sep 24, 2022. It is now read-only.
/misakaPublic archive

A Python binding for Hoedown.

License

NotificationsYou must be signed in to change notification settings

FSX/misaka

Repository files navigation

WARNING: Misaka is not being maintained anymore. I've not been able to find time to to properly maintain this project. Consider usingmistletoe orMistune.

Misaka

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

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

Professional support

Professional support for Misaka is available as part of theTideliftSubscription. Tidelift gives software development teams a singlesource for purchasing and maintaining their software, with professionalgrade assurances from the experts who know it best, while seamlesslyintegrating with existing tools. By subscribing you will help supportMisaka future development. Alternatively consider making a smalldonation.

Installation

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

With pip:

pip install misaka

Or manually:

python setup.py install

Example

Very simple example:

importmisakaasmprintm.html('some other text')

Or:

frommisakaimportMarkdown,HtmlRendererrndr=HtmlRenderer()md=Markdown(rndr)print(md('some text'))

Security contact information

To report a security vulnerability, please use theTidelift security contact.Tidelift will coordinate the fix and disclosure.


[8]ページ先頭

©2009-2025 Movatter.jp