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

fix rendering of code block example

we want it to be rendered as markdown source
parent 0ac2065e
No related branches found
No related tags found
1 merge request!36fix rendering of code block example
Pipeline #1585 passed with stage
in 44 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