以下のようにapdownを書くにはどのようなマークダウン構文が必要ですか? mkdocsでの関数構文の記述方法
htmlコードは以下の通りです:
link
<dl class="function">
<dt id="create_bootstrap_script">
<code class="descname">create_bootstrap_script</code><span class="sig-paren">(</span><em>extra_text</em><span class="sig-paren">)</span><a class="headerlink" href="#create_bootstrap_script" title="Permalink to this definition">¶</a></dt>
<dd><p>Creates a bootstrap script from <code class="docutils literal"><span class="pre">extra_text</span></code>, which is like
this script but with extend_parser, adjust_options, and after_install hooks.</p>
</dd></dl>
<p>This returns a string that (written to disk of course) can be used
as a bootstrap script with your own customizations. The script
will be the standard virtualenv.py script, with your extra text
added (your extra text should be Python code).</p>
<p>If you include these functions, they will be called:</p>
私はこのような構文を使用しようとしましたが、ちょうど同じようにではなく、であることが判明しました。
Orange(a, b)
: The fruit of an evergreen tree of the genus Citrus.
すべての答えが理解されるであろう。
イメージではなくHTMLを提供できますか?ブラウザーで「ビューソース」を使用してHTMLを取得し、質問を編集してそれを組み込むことができます。 – Waylan
私はhtmlコードをコピーしました。 –