![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| None | front_matter_plugin (MarkdownIt md) |
| bool | _front_matter_rule (StateBlock state, int startLine, int endLine, bool silent) |
Process front matter.
| None mdit_py_plugins.front_matter.index.front_matter_plugin | ( | MarkdownIt | md | ) |
Plugin ported from
`markdown-it-front-matter <https://github.com/ParkSB/markdown-it-front-matter>`__.
It parses initial metadata, stored between opening/closing dashes:
.. code-block:: md
---
valid-front-matter: true
---