Skip to content

Commit 5bcc12a

Browse files
committed
add ==mark== to the tests
1 parent 3e881d0 commit 5bcc12a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/command/obsidian.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,19 @@ A block transclusion: ![[myfile#^my-id]]
7070
[ Para [ Str "A" , Space , Str "block" , Space , Str "transclusion:" , Space , Str "!" , Link ( "" , [ "wikilink" ] , [] ) [ Str "myfile#^my-id" ] ( "myfile#^my-id" , "" ) ] ]
7171
```
7272

73+
```
74+
% pandoc -f obsidian -t native
75+
Text with ==highlighted== content.
76+
^D
77+
[ Para
78+
[ Str "Text"
79+
, Space
80+
, Str "with"
81+
, Space
82+
, Span ( "" , [ "mark" ] , [] ) [ Str "highlighted" ]
83+
, Space
84+
, Str "content."
85+
]
86+
]
87+
```
88+

0 commit comments

Comments
 (0)