Welcome to little lamb

Code » qmdoc » commit 0fefad6

base.md: Add highlight in pre

author Olivier Brunel
2022-12-24 23:04:02 UTC
committer Olivier Brunel
2022-12-24 23:04:02 UTC
parent ea8ff8e9c8a7fa764bd1ad144b2187527266f010

base.md: Add highlight in pre

base.md +14 -0

diff --git a/base.md b/base.md
index 69e6bbf..e3c0efe 100644
--- a/base.md
+++ b/base.md
@@ -83,6 +83,20 @@ in ``pre``/``code`` blocks too (unlike the others) :
     Which, also, can <hl>spawn
     multiple lines</hl>. Yep.
 
+Well no, there's no highlight in there. It's not in basic ``pre`` blocks, that
+is indented ones. But we can do it though, easy peasy :
+
+```pre hl
+This is a line.
+It continues here,
+but <hl>watch out</hl> for
+the highlight.
+Which, also, can <hl>spawn
+multiple lines</hl>. Yep.
+```
+
+And /voilĂ !/
+
 ## Code Blocks
 
 Oh yeah, we might wanna have "code blocks". Those would be like ``pre`` ones,