Parm

Latest version: v1.11

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

Scan your dependencies

Page 1 of 6

1.9

-----------
Upgrade mermaid to newest version
Change mermaid tag name to graph, and it'll be enabled automatically
Fix relpath not right bug
Change custom_css as string type

1.8

-----------
Add bootstrap 3 theme support

1.7

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

* Add [mermaid](https://github.com/knsv/mermaid) support

For example:


{% mermaid %}
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
{% endmermaid %}


will render to:

{% mermaid %}
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
{% endmermaid %}


{% mermaid %}
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
{% endmermaid %}


will render to:

{% mermaid %}
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
{% endmermaid %}



{% mermaid %}
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
{% endmermaid %}


will render to:

{% mermaid %}
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
{% endmermaid %}

1.6

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

* Remove bootstrap theme
* Add check and radio icon in list. you can define them like


* [*] checkbox with checked
* <*> radio with checked
* [ ] checkbox without checked
* [] checkbox without checked
* < > radio without checked
* <> radio without checked

1.5.1

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

* Fix `open()` bug in windows platform, missing encoding parameter, default will by 'utf8'
and you can change it in `conf.py` for `encoding` variable.

1.5

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

* Refactor with _compat.py

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.