1
0
Fork 0

🚧 Progress on workbench and CFP

This commit is contained in:
Joost De Cock 2019-05-09 15:24:26 +02:00
parent c2628a0a52
commit c9afc0edd0
26 changed files with 962 additions and 25 deletions

View file

@ -0,0 +1,10 @@
{
"plugins": [
["prismjs", {
"languages": ["javascript", "css", "markup"],
"plugins": ["line-numbers"],
"theme": "twilight",
"css": true
}]
]
}