Open nonprofittechy opened 7 months ago
Fix #325
This adds a new parameter to the markdown processor, escape_curly_braces_in_docstring that defaults to false.
escape_curly_braces_in_docstring
false
When enabled, the docstring will get a second escaping pass that just escapes {.
{
Thanks for the PR! Are you sure the curly braces need to be escaped unconditionally for MDX, such as in inline and multiline code blocks?
Fix #325
This adds a new parameter to the markdown processor,
escape_curly_braces_in_docstring
that defaults tofalse
.When enabled, the docstring will get a second escaping pass that just escapes
{
.