zhouzi / docusaurus-graphql-plugin

Docusaurus plugin generating Markdown documentation from a GraphQL schema.
https://gabinaureche.com/docusaurus-graphql-plugin/
24 stars 9 forks source link

Curly braces are not escaped in the deprecation reason #17

Closed zhouzi closed 1 year ago

zhouzi commented 1 year ago

As initially reported in comment, docusaurus' markdown compiler interprets curly braces as an expression. They need to be escaped in the deprecation reason.

As a side note, this issue is tracked through https://github.com/facebook/docusaurus/issues/3018 from docusaurus' side.

zhouzi commented 1 year ago

@Braunson this is now fixed and released with v0.8.3