diff --git a/config.toml b/config.toml index 0c53c6b..9422398 100644 --- a/config.toml +++ b/config.toml @@ -60,3 +60,8 @@ enableEmoji = true primaryColor = "#8fbcbb" lightColor = "#d8dee9" lightestColor = "#eceff4" + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file diff --git a/content-org/blog.org b/content-org/blog.org index 7a26261..30f15f1 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -848,8 +848,8 @@ such sa syntax manipulation can also be achieved since the syntax tree itself is available as an object which can be manipulated! In case you want some more information on TreeSitter itself, you can -check out the [[https://tree-sitter.github.io/tree-sitter/][official TreeSitter website]], or you can even check [[https://www.youtube.com/watch?v=Jes3bD6P0To][this -talk]] out (on YouTube) given by TreeSitter’s creator, Max Brunsfeld. +check out the [[https://tree-sitter.github.io/tree-sitter/][official TreeSitter website]], or you can even check this +talk out given by TreeSitter’s creator, Max Brunsfeld. #+begin_export html