Skip to content

Commit

Permalink
fix(design-decisions): typo, |verbatim| -> |verbatim|`
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoP committed Apr 25, 2024
1 parent 896094b commit ac31109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design-decisions.norg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories: [
non-spec
]
created: 2023-08-06
updated: 2023-11-07T18:53:39+0100
updated: 2024-04-25T15:02:44-0500
version: 1.1.1
@end

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

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

0 comments on commit ac31109

Please sign in to comment.