chore(docs): run pnpm run docs:build with GFM

Rebuild docs with `remark-gfm` GitHub-Flavored-Markdown parser.
This commit is contained in:
Alois Klink
2022-12-31 20:59:18 +00:00
parent ef51111b86
commit 75b19eaa0c
8 changed files with 76 additions and 76 deletions

View File

@@ -149,7 +149,7 @@ $(document).ready(function () {
});
```
Not doing so will most likely result in mermaid rendering graphs that have labels out of bounds. The default integration in mermaid uses the window.load event to start rendering.
Not doing so will most likely result in mermaid rendering graphs that have labels out of bounds. The default integration in mermaid uses the window\.load event to start rendering.
If your page has other fonts in its body those might be used instead of the mermaid font. Specifying the font in your styling is a workaround for this.