Skip to content

Commit

Permalink
Documentation (#7092)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Apr 24, 2024
1 parent 5d29ddc commit dca9c27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reference/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ syntax, which is more convenient that directly using the corresponding
[`mark`][mark], [`ins`][ins] and [`del`][del] HTML tags:

``` title="Text with highlighting"
- ==This was marked==
- ^^This was inserted^^
- ~~This was deleted~~
- ==This was marked (highlight)==
- ^^This was inserted (underline)^^
- ~~This was deleted (strikethrough)~~
```

<div class="result" markdown>

- ==This was marked==
- ^^This was inserted^^
- ~~This was deleted~~
- ==This was marked (highlight)==
- ^^This was inserted (underline)^^
- ~~This was deleted (strikethrough)~~

</div>

Expand Down

0 comments on commit dca9c27

Please sign in to comment.