-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
The pandoc Lua interpreter already comes with most of the documentation that's available in doc/lua-filters. However, it cannot easily be accessed. It would be nice to have a function describe
that can be called on any pandoc object and return useful information. For example, describe(pandoc.read)
should print the documentation for that function.
Carried over from #6654.
iandol