Compare commits

...

2 Commits

Author SHA1 Message Date
cb86dedac2 Update onPoint 2020-03-11 14:56:55 +01:00
ead875f395 Fix syntax highlighting 2020-03-11 11:45:17 +01:00
3 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@ -113,7 +113,8 @@ typings/
*.pygtex
*.pygstyle
# onPoint results
# onPoint
slides.*.html
**/.onpoint/
*.swp

@ -1 +1 @@
Subproject commit 80a42710e3df9cbd5ab2adef65f686943133b908
Subproject commit 468fecdb0378b1b43acdb56674bba130f062fdc4

View File

@ -61,7 +61,7 @@ Befehle
@content
Allgemeiner Aufbau eine Befehls:
``` {.lang-tex .tex .hljs}
``` {.hljs}
\<befehl>[<optionale_parameter>]{<obligatorische_parameter>}
```