Parm

Latest version: v1.11

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.2.1

---------

* Fix pass bytes text bug

1.2

-----------------

* Fix `include` bug
* Fix `class=linenums` bug

1.1

-----------------

* Add `include` syntax, so that you can include source code to markdown file,
for example:


{% include file=test.js, lines=1-2 10-, language=python, class=linenums %}
{% endinclude %}


`class=linenums` is used to display line number.

The simplest format is:


{% include file=test.js %}
{% endinclude %}


Also support regular expression, for example:


{% include file=test.js%}re.
\$\('\.div'\)...^\}\);
{% endinclude %}


parm will not automatically escape special characters such as `{()}` etc.
And you should separate begin pattern and end pattern with `...`. Extra blank
before the pattern will not skipped, but ending blank will be trimmed.

* Add `test_parm.py` file to test `include` syntax.
* Fix customized `prettify.css` bug in semantic theme

1.0

-----------------

* Change `setup.py`, add `par` package requirement.
* Add google search support, you can config it via init command by default.
* Fix `rst2md` parsing `.. contents::` bug.
* Change `rst2md` and `make` command parameter.

0.9.10

---------

* Fix table parse and tag_class bug

0.9.9

---------

* Fix missing sementic_ext.py bug

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.