Skip to content
Snippets Groups Projects
Commit 6f891d88 authored by dakkar's avatar dakkar
Browse files

Merge branch 'fix-code-example' into 'main'

fix rendering of code block example

See merge request !36
parents 0ac2065e cbffa2e3
No related branches found
No related tags found
1 merge request!36fix rendering of code block example
Pipeline #1590 passed with stages
in 31 seconds
......@@ -154,10 +154,10 @@ former won't escape the theme.
MFM code blocks like these:
<!-- markdownlint-disable-next-line MD048 -->
```ts
const foo=1;
```
<!-- markdownlint-disable-next-line MD046 -->
```ts
const foo=1;
```
are rendered with syntax highlighting provided by the
[Shiki](https://shiki.style/) package. You can provide your own styles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment