1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-07 06:08:53 +00:00

feat(slides): WIP: CSS-Basics

This commit is contained in:
Denis Ergin 2024-10-20 14:44:46 +02:00
parent ea0c07a59c
commit cda0027bcd
8 changed files with 270 additions and 1 deletions

View file

@ -20,5 +20,13 @@
" <p>$2</p>",
"</section>"
]
}
},
"HighlightJS": {
"prefix": "hljs",
"body": [
"<pre class=\"$1\"><code data-trim data-line-numbers>",
"$2",
"</code></pre>$3"
]
}
}