パッケージ: python3-m2r (0.2.1-5)
python3-m2r に関するリンク
Debian の資源:
python-m2r ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Markdown and reStructuredText in a single file - Python3 library
M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format.
Use case is writing sphinx document in markdown, since it's widely used now and easy to write code blocks and lists. However, converters using pandoc or recommonmark do not support many rst markups and sphinx extensions. For example, rst's reference link like ``see `ref`_`` (this is very convenient in long document in which same link appears multiple times) will be converted to a code block in HTML like `see <code>ref</code>_`, which is not expected.
This package provides m2r module for Python 3.
その他の python3-m2r 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-docutils
- reStructuredText 用テキスト処理システム (Python 3 による実装)
-
- dep: python3-mistune
- Markdown parser for Python 3
-
- sug: python-m2r-doc
- Markdown and reStructuredText in a single file - documentation
-
- enh: python3-sphinx
- documentation generator for Python projects