Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 3, 2024
1 parent b38d7c9 commit ce6b295
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 33 deletions.
Binary file modified .doctrees/docs/reference/markdown-config.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
21 changes: 16 additions & 5 deletions _sources/docs/reference/markdown-config.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,15 @@ The following **additional options** are available:
+==========================================================+===========================+
| Ignore indented code blocks | ``disable-indented-code`` |
+----------------------------------------------------------+---------------------------+
| Parse inline LaTeX-style math blocks, such as | ``math`` |
| inline ``$equations$`` or display ``$$equations$$`` | |
| Ignore inline LaTeX-style math blocks, such as | ``math`` |
| inline ``$equations$`` or display ``$$equations$$``, | |
| allowing them to be processed separately with a | |
| JavaScript library. | |
| **Note:** This extension will *not* render equations | |
| or any form of math, it just marks them to be ignored by | |
| the markdown parser. A library such as | |
| `MathJax <https://www.mathjax.org/>`_ | |
| or `KaTeX <https://katex.org/>`_ is needed for that. | |
+----------------------------------------------------------+---------------------------+
| Normally, everything between two ``_underscores_`` would | ``no-intra-emphasis`` |
| be rendered with *emphasis*. This option disables | |
Expand All @@ -140,15 +147,19 @@ The following **additional options** are available:
| multiple footnotes by different commenters on the same | |
| page could clash due to duplicate links to footnotes. | |
+----------------------------------------------------------+---------------------------+
| Use two ``=`` signs like ``==this==`` to highlight text | ``highlight`` |
| Use two ``=`` signs like ``==this==`` to highlight text. | ``highlight`` |
+----------------------------------------------------------+---------------------------+
| Text inside quotes gets a special "quote" class. | ``quote`` |
| Perhaps useful for styling in CSS | |
+----------------------------------------------------------+---------------------------+
| Enable Markdown tables | ``tables`` |
| Enable Markdown tables. | ``tables`` |
| **Note:** The ``<tr>`` and all other ``<table>``-related | |
| tags need to be allowed under ``allowed-elements`` for | |
| this to work. Also, a table cannot be surrounded by | |
| anything other than blank lines to render properly. | |
+----------------------------------------------------------+---------------------------+
| Instead of ``_underscore`` resulting in *emphasis*, | ``underline`` |
| the resulting text will be... underlined | |
| the resulting text will be... underlined. | |
+----------------------------------------------------------+---------------------------+

.. todo:: ``no-intra-emphasis`` should be made default
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_output/assets/main.bundle.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/api/_output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta name="description" content="Isso API">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="assets/bootstrap.min.css?v=1714422428159" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1714422428159" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1714422428159" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1714422428159" rel="stylesheet" />
<link href="assets/main.css?v=1714422428159" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1714422428159" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1714422428159" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1714422428159" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1714422428159" rel="icon" type="image/png" sizes="16x16">
<link href="assets/bootstrap.min.css?v=1714756917532" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1714756917532" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1714756917532" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1714756917532" rel="stylesheet" />
<link href="assets/main.css?v=1714756917532" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1714756917532" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1714756917532" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1714756917532" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1714756917532" rel="icon" type="image/png" sizes="16x16">
</head>

<body class="container-fluid">
Expand Down Expand Up @@ -1042,6 +1042,6 @@ <h2>{{__ "Request Body"}}</h2>
</div>
</div>

<script src="assets/main.bundle.js?v=1714422428159"></script>
<script src="assets/main.bundle.js?v=1714756917532"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/api/assets/main.bundle.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta name="description" content="Isso API">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="assets/bootstrap.min.css?v=1714422428159" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1714422428159" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1714422428159" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1714422428159" rel="stylesheet" />
<link href="assets/main.css?v=1714422428159" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1714422428159" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1714422428159" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1714422428159" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1714422428159" rel="icon" type="image/png" sizes="16x16">
<link href="assets/bootstrap.min.css?v=1714756917532" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1714756917532" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1714756917532" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1714756917532" rel="stylesheet" />
<link href="assets/main.css?v=1714756917532" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1714756917532" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1714756917532" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1714756917532" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1714756917532" rel="icon" type="image/png" sizes="16x16">
</head>

<body class="container-fluid">
Expand Down Expand Up @@ -1042,6 +1042,6 @@ <h2>{{__ "Request Body"}}</h2>
</div>
</div>

<script src="assets/main.bundle.js?v=1714422428159"></script>
<script src="assets/main.bundle.js?v=1714756917532"></script>
</body>
</html>
21 changes: 16 additions & 5 deletions docs/reference/markdown-config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,15 @@ <h3>Defaults and available options<a class="headerlink" href="#defaults-and-avai
<tr class="row-even"><td><p>Ignore indented code blocks</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">disable-indented-code</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>Parse inline LaTeX-style math blocks, such as
inline <code class="docutils literal notranslate"><span class="pre">$equations$</span></code> or display <code class="docutils literal notranslate"><span class="pre">$$equations$$</span></code></p></td>
<tr class="row-odd"><td><p>Ignore inline LaTeX-style math blocks, such as
inline <code class="docutils literal notranslate"><span class="pre">$equations$</span></code> or display <code class="docutils literal notranslate"><span class="pre">$$equations$$</span></code>,
allowing them to be processed separately with a
JavaScript library.
<strong>Note:</strong> This extension will <em>not</em> render equations
or any form of math, it just marks them to be ignored by
the markdown parser. A library such as
<a class="reference external" href="https://www.mathjax.org/">MathJax</a>
or <a class="reference external" href="https://katex.org/">KaTeX</a> is needed for that.</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">math</span></code></p></td>
</tr>
<tr class="row-even"><td><p>Normally, everything between two <code class="docutils literal notranslate"><span class="pre">_underscores_</span></code> would
Expand All @@ -254,18 +261,22 @@ <h3>Defaults and available options<a class="headerlink" href="#defaults-and-avai
page could clash due to duplicate links to footnotes.</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">footnotes</span></code></p></td>
</tr>
<tr class="row-even"><td><p>Use two <code class="docutils literal notranslate"><span class="pre">=</span></code> signs like <code class="docutils literal notranslate"><span class="pre">==this==</span></code> to highlight text</p></td>
<tr class="row-even"><td><p>Use two <code class="docutils literal notranslate"><span class="pre">=</span></code> signs like <code class="docutils literal notranslate"><span class="pre">==this==</span></code> to highlight text.</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">highlight</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>Text inside quotes gets a special “quote” class.
Perhaps useful for styling in CSS</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">quote</span></code></p></td>
</tr>
<tr class="row-even"><td><p>Enable Markdown tables</p></td>
<tr class="row-even"><td><p>Enable Markdown tables.
<strong>Note:</strong> The <code class="docutils literal notranslate"><span class="pre">&lt;tr&gt;</span></code> and all other <code class="docutils literal notranslate"><span class="pre">&lt;table&gt;</span></code>-related
tags need to be allowed under <code class="docutils literal notranslate"><span class="pre">allowed-elements</span></code> for
this to work. Also, a table cannot be surrounded by
anything other than blank lines to render properly.</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">tables</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>Instead of <code class="docutils literal notranslate"><span class="pre">_underscore</span></code> resulting in <em>emphasis</em>,
the resulting text will be… underlined</p></td>
the resulting text will be… underlined.</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">underline</span></code></p></td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit ce6b295

Please sign in to comment.