Skip to content

Commit 86d208b

Browse files
authored
Merge pull request #30 from TheLeoP/typo
fix(design-decisions): typo, `|`verbatim|` -> `|`verbatim`|`
2 parents 896094b + ac31109 commit 86d208b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design-decisions.norg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories: [
66
non-spec
77
]
88
created: 2023-08-06
9-
updated: 2023-11-07T18:53:39+0100
9+
updated: 2024-04-25T15:02:44-0500
1010
version: 1.1.1
1111
@end
1212

@@ -337,7 +337,7 @@ version: 1.1.1
337337
For starters, there are some general changes that Norg makes with inline markup:
338338

339339
- Strikethrough has been changed from the somewhat cryptic `+strikethrough+` to `-strikethrough-`
340-
- Verbatim has been changed from `=verbatim=` to `|`verbatim|`.
340+
- Verbatim has been changed from `=verbatim=` to `|`verbatim`|`.
341341
- The concept of a "code" object (`~this~`) has been dropped and merged with the `|`verbatim`|` object.
342342
We make the argument that semantically code is something you would like to have displayed verbatim and special
343343
styling can be done through the use of macros instead of having two different syntax elements.

0 commit comments

Comments
 (0)