diff options
author | Nils Carlson <nils@nilscarlson.se> | 2020-12-05 18:00:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 10:00:04 -0800 |
commit | c161893f442a3e001b64af1421e9f62376d71c92 (patch) | |
tree | 7c10d75b6c5d69169fb300bd803764daccb6d7f5 /src/Text/Pandoc/App/CommandLineOptions.hs | |
parent | ddb76cb356a82f6a9e51a6f3626dd154816e9205 (diff) | |
download | pandoc-c161893f442a3e001b64af1421e9f62376d71c92.tar.gz |
OpenDocument writer: Allow references for internal links (#6774)
This commit adds two extensions to the OpenDocument writer,
`xrefs_name` and `xrefs_number`.
Links to headings, figures and tables inside the document are
substituted with cross-references that will use the name or caption
of the referenced item for `xrefs_name` or the number for `xrefs_number`.
For the `xrefs_number` to be useful heading numbers must be enabled
in the generated document and table and figure captions must be enabled using for example the `native_numbering` extension.
In order for numbers and reference text to be updated the generated
document must be refreshed.
Co-authored-by: Nils Carlson <nils.carlson@ludd.ltu.se>
Diffstat (limited to 'src/Text/Pandoc/App/CommandLineOptions.hs')
0 files changed, 0 insertions, 0 deletions