mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-16 22:37:21 +00:00
fc07b06851
This PR aims to handle a common run field instruction (fieldInstr) from docx format : REF, specifically those with the "link" switch \h. In word software, you can create REF field instruction with the Cross-reference button. You can create cross-reference to many things such as Equation, Table, Title...
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
[ Header 1 ( "title" , [] , [] ) [ Str "TITLE" ]
|
|
, Para
|
|
[ Str "Cross-reference:"
|
|
, Space
|
|
, Link ( "" , [] , [] ) [ Str "TITLE" ] ( "#title" , "" )
|
|
]
|
|
]
|