diff options
Diffstat (limited to 'test/command/gfm.md')
-rw-r--r-- | test/command/gfm.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/command/gfm.md b/test/command/gfm.md index ef200fc48..f1bce1b89 100644 --- a/test/command/gfm.md +++ b/test/command/gfm.md @@ -69,7 +69,7 @@ My:thumbsup:emoji:heart: % pandoc -f gfm+smart -t native "hi" ^D -[Para [Str "\8220hi\8221"]] +[Para [Quoted DoubleQuote [Str "hi"]]] ``` ``` @@ -100,7 +100,7 @@ My:thumbsup:emoji:heart: [])] ^D | Fruit | Price | -| ------ | ----: | +|--------|------:| | apple | 0.13 | | orange | 1.12 | @@ -161,6 +161,6 @@ hi - [ ] foo - [x] bar ^D - - [ ] foo - - [x] bar +- [ ] foo +- [x] bar ``` |