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:
Albert Krewinkel
2026-02-06 09:44:41 +01:00
committed by Albert Krewinkel
parent a0448c7168
commit f9fb410cd9
6 changed files with 175 additions and 27 deletions
+2
View File
@@ -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',