image test and note on typst being useful for syntax highlights
This commit is contained in:
parent
4da4d1c808
commit
168b8bde2f
2 changed files with 3 additions and 1 deletions
2
TODO
2
TODO
|
@ -2,7 +2,7 @@ get RSS feed up and running
|
|||
|
||||
handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode/) seems useful for that
|
||||
|
||||
get code blocks working properly, namely get them colored (probably with https://highlightjs.org/), maybe add a red border, consider https://github.com/highlightjs/highlight.js?tab=readme-ov-file#using-web-workers
|
||||
get code blocks working properly, namely get them colored (probably with https://highlightjs.org/), maybe add a red border, consider https://github.com/highlightjs/highlight.js?tab=readme-ov-file#using-web-workers of course this assumes that can't be fixed in typst due to pandoc
|
||||
|
||||
ico?
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
hi #footnote[Hi this is a thing]
|
||||
|
||||
#image("/static/images/pfp.webp")
|
||||
|
||||
a
|
||||
|
||||
b
|
||||
|
|
Loading…
Reference in a new issue