alt3 / Docusaurus.Powershell

Docusaurus websites for PowerShell modules
https://docusaurus-powershell.vercel.app/
MIT License
28 stars 11 forks source link

Curly braces are escaped in inline codeblocks #180

Open fflaten opened 2 months ago

fflaten commented 2 months ago

PR #169 introduced curly brace escape to fix JSX errors in MDX v2. Multiline codeblocks are not escaped as expected, but inline codeblocks ( this ) are atm. Please exclude them as well.

Related https://github.com/pester/docs/pull/314/commits/7ea32ee86c32b3ecadbecffea3a5abb3bce08168

bravo-kernel commented 2 months ago

You are talking about excluding single-line codeblocks correct?

fflaten commented 2 months ago

Yes. Single backtick codeblocks.