alt3 / Docusaurus.Powershell

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

Add failing example for Issue #151 #152

Closed beau-witter closed 1 year ago

beau-witter commented 1 year ago

Here is a failing example. I tried, again, to find my way through where this may be happening, but I just couldn't. Hopefully that is where you come in haha.

I do not expect this to actually merge, since this is, my virtue of #151, but hopefully it helps show the issue.

The expected.mdx is what should be the output.

But the current output looks like this:

```powershell
Write-Output "Here comes a structure of allowed options inside a codeblock"
Option 1: A single sentence description.
Default value: a good default value.

Option 2: This is more complex.
It contains two sentences.
Default value: not as good.

Option 3: This description should really not be three sentences.
I do not see why this should have.
And yet it does.
Default value: do not do this.
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
docusaurus-powershell ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 18, 2023 at 1:25PM (UTC)
bravo-kernel commented 1 year ago

Thanks for putting this up and no worries, I will try and look at this shortly 👍

bravo-kernel commented 1 year ago

Refs #151

bravo-kernel commented 1 year ago

Sorry, made a mistake here, I will follow-up in a new PR