Par

Latest version: v1.3.4

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

Scan your dependencies

Page 3 of 5

0.9.7

---------

* Change `tag_class` process. If the tag class value starts with `+` then
it'll combine the default class value. If not, tag class value will replace
the default class value. For example:

<code>
class=linenums
print 'hello, world'

</code>

will make pre class value `linenums`, but if you pass `tag_class = {'pre':'prettify'}`
to parseHtml() function, it'll overwrite the `linenums`, the result will be:


<pre class="prettify">


But if you pass `tag_class = {'pre':'+prettify'}`, the result will be:


<pre class="prettify linenums">

0.9.6

---------

* Fix symbol parsing bug. <code>**abc**.</code> will now `<strong>abc</strong>.`

0.9.5

---------

* Add semantic support

0.9.4

---------

* Fix list parsing bug

0.9.3

---------

* Fix table parsing bug

0.9.2

---------

* Fix definition list process and fix blanklines and blankline rendered

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.