From 34d02fe2b1383fb4a3c94c04f81437deb059ff1d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 30 Nov 2022 01:14:42 +0100 Subject: [PATCH] Enable unsafe HTML --- config.toml | 5 +++++ content-org/blog.org | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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