You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add OutputBlock, AnchorLink, and code-block language tests
Add four unit tests that cover previously-untested paths in
Markdown.ToMd and Markdown.ToHtml:
- ToMd preserves fenced code block language specifier (```fsharp)
- ToMd serialises OutputBlock non-HTML as a fenced code block
- ToMd serialises OutputBlock HTML as raw inline HTML (no fence)
- ToHtml renders AnchorLink as a named anchor element
All 350 FSharp.Markdown.Tests pass.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments