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


</pre>
</section>
<section id="id1">
<h2>生成されたデータファイル<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<p>(データファイルが見つかりませんでした)</p>
</section>
<section id="id2">
<h2>生成された画像一覧<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<p>(画像ファイルが見つかりませんでした)</p>
</section>
</section>


           </div>
          </div>
          <footer>

  <hr/>

  <div role="contentinfo">
    <p>© Copyright 2026, T.Kamiya.</p>
  </div>

  Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
    <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
    provided by <a href="https://readthedocs.org">Read the Docs</a>.
   

</footer>
        </div>
      </div>
    </section>
  </div>
  <script>
      jQuery(function () {
          SphinxRtdTheme.Navigation.enable(true);
      });
  </script> 

</body>
</html>