Enable unsafe HTML
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2022-11-30 01:14:42 +01:00
parent 1d6d82696f
commit 34d02fe2b1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 7 additions and 2 deletions

View File

@ -60,3 +60,8 @@ enableEmoji = true
primaryColor = "#8fbcbb"
lightColor = "#d8dee9"
lightestColor = "#eceff4"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

View File

@ -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 TreeSitters 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 TreeSitters creator, Max Brunsfeld.
#+begin_export html
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Jes3bD6P0To" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>