single-spa / single-spa.js.org

Home Page:https://single-spa.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace curly brackets with HTML representation

mstrlaw opened this issue · comments

Under api.md, Docusaurus doesn't render the curly brackets for:

<dt>customProps?: Object = {}</dt>

The HTML equivalent must be used, such as:

<dt>customProps?: Object = &#123;&#125;</dt>

thanks for the report. Do you mind making a PR to fix this? hopefully it's easy -- at the bottom of each page there is a Edit this page link that should take you directly to the .md file on github.