diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-28 15:27:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-28 15:27:16 +0200 |
commit | fa75c5392ac90ac9f801a83aacb072ffb821d3b7 (patch) | |
tree | b6e645881d16ccaa44f54a84f9da3f391473cef2 | |
parent | 04b07b3715a815f0140d870fb88a6822f06cf5cb (diff) |
Fix typov2.0.1
-rw-r--r-- | gsp.5 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ div id="foo" class="bar baz" { It is important to note that HTML5 allows for an ID- or class name to contain just about anything, therefor .Ql .→Ħ{} -is a valid ID shorthand. +is a valid class shorthand. This is important because it means that the following doesn’t actually create a node with no children: .Bd -literal -offset indent |