mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Lua: add new function pandoc.types.Sources.
This provides access to the `Sources` abstraction that pandoc uses for input files. Closes: #11441
This commit is contained in:
committed by
Albert Krewinkel
parent
a0448c7168
commit
f9fb410cd9
@@ -100,6 +100,8 @@ local known_types = {
|
||||
ReaderOptions = 'type-readeroptions',
|
||||
Row = 'type-row',
|
||||
SimpleTable = 'type-simpletable',
|
||||
Source = 'type-pandoc.types.Source',
|
||||
Sources = 'pandoc.types.Sources',
|
||||
Span = 'type-span',
|
||||
Str = 'type-str',
|
||||
Table = 'type-table',
|
||||
|
||||
Reference in New Issue
Block a user