build_a_blog: words

This commit is contained in:
Collin Lefeber 2024-06-19 16:42:46 -04:00
parent 7da2ef9e64
commit 53139c0f52

View file

@ -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.