-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample.qmd
35 lines (19 loc) · 900 Bytes
/
example.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: "Critic-markdown Example"
filters:
- critic-markup
---
## Critic Markdown
This filter adds processing of critic markdown syntax. Below are examples of usage.
## Highlighting
`{==Highlighted text==}` {==Highlighted text==}
`{== Highlighted text with a comment==}{>>First comment<<}` {== Highlighted text with a comment==}{>>First comment<<}
`{>>Single comment <<}` {>>Single comment <<}
## Addition
`{++This is added text++}` {++This is added text++}
`{++This is added text with some removed++}{-- removed--}` {++This is added text with some removed++}{-- removed--}
## Deletion
`{--This is removed text--}` {--This is removed text--}
`{--This is removed text with some added--}{++added ++}` {--This is removed text with some added--}{++added ++}
## Replacement
`{~~This is original text~> this is the replacement~~}` {~~This is original text~> this is the replacement~~}