parent
8d6e0e516a
commit
51897937cd
2 changed files with 8 additions and 2 deletions
|
@ -1337,8 +1337,8 @@ inlineCommands = M.union inlineLanguageCommands $ M.fromList $
|
|||
, ("bar", lit "|")
|
||||
, ("textless", lit "<")
|
||||
, ("textgreater", lit ">")
|
||||
, ("thanks", note <$> grouped block)
|
||||
, ("footnote", note <$> grouped block)
|
||||
, ("thanks", skipopts >> note <$> grouped block)
|
||||
, ("footnote", skipopts >> note <$> grouped block)
|
||||
, ("verb", doverb)
|
||||
, ("lstinline", dolstinline)
|
||||
, ("Verb", doverb)
|
||||
|
|
6
test/command/4062.md
Normal file
6
test/command/4062.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
```
|
||||
% pandoc -t latex
|
||||
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
||||
^D
|
||||
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
||||
```
|
Loading…
Reference in a new issue