Merge branch 'patch-1' into patch-2

This commit is contained in:
Atlas Cove 2023-01-22 17:49:31 +00:00
commit 7c3cf41e5e

View file

@ -69,7 +69,7 @@ assert_eq!(
## Render html with custom `HtmlHandler` ## Render html with custom `HtmlHandler`
To customize html rendering, simply implementing `HtmlHandler` trait and passing To customize html rendering, simply implementing `HtmlHandler` trait and passing
it to the `Org::wirte_html_custom` function. it to the `Org::write_html_custom` function.
The following code demonstrates how to add a id for every headline and return The following code demonstrates how to add a id for every headline and return
own error type while rendering. own error type while rendering.