md2html 実行例
help出力 md2html.py --help
usage: md2html.py [-h] -o OUTPUT [--title TITLE] [--lang LANG]
[--mathjax-url MATHJAX_URL] [--css-file CSS_FILE] [--no-css]
input_md
Markdown (with LaTeX) -> HTML with MathJax & inline CSS.
positional arguments:
input_md Input Markdown file path
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output HTML file path
--title TITLE HTML . Default: from Markdown H1 or file name
--lang LANG HTML lang attribute (default: ja)
--mathjax-url MATHJAX_URL
MathJax v3 bundle URL (default: tex-chtml.js)
--css-file CSS_FILE Use CSS from file instead of the built-in default
--no-css Do not embed any CSS
生成されたデータファイル
(データファイルが見つかりませんでした)
生成された画像一覧
(画像ファイルが見つかりませんでした)