build_a_blog: words
This commit is contained in:
parent
7da2ef9e64
commit
53139c0f52
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ index 52ce57b..2ea80cb 100644
|
||||||
subs = {
|
subs = {
|
||||||
```
|
```
|
||||||
|
|
||||||
The biggest note is that `convert()` now creates a `Markdown` instance on each call. This protects against multiple processes trying to use the single module level `md` instance.
|
`convert()` now creates a `Markdown` instance on each call and returns the HTML and meta. This protects against multiple processes trying to use the single module level `md` instance.
|
||||||
|
|
||||||
See <https://python-markdown.github.io/reference/#Markdown> for notes on `Markdown.reset()` usage and thread safety.
|
See <https://python-markdown.github.io/reference/#Markdown> for notes on `Markdown.reset()` usage and thread safety.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue