mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
@@ -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)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
```
|
||||
% pandoc -t latex
|
||||
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
||||
^D
|
||||
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
||||
```
|
||||
Reference in New Issue
Block a user