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
In general, TSDoc does not follow markdown. Most documentation tools render markdown, but because markdown isn't a format that can be trivially interpreted by a human, the TSDoc champions at Microsoft decided not to use it for TSDoc, just taking some of the same syntax.
Playing around with the Playground preview I notice that some
things break and don't render as they for example do in VSCode.
Code blocks
```
show an error if they are aren't exactly one space from the*
->
The opening backtick for a code fence must appear at the start of the line
Markdown doesn't render properly?
Headlines (
# Header
, .. ) just aren't formattedThe text was updated successfully, but these errors were encountered: