Files
pandoc/test/docx/cross_reference.native
Ezwal fc07b06851 Docx reader: Handle REF link instruction (#11296)
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...
2025-11-30 13:49:58 +01:00

8 lines
167 B
Plaintext

[ Header 1 ( "title" , [] , [] ) [ Str "TITLE" ]
, Para
[ Str "Cross-reference:"
, Space
, Link ( "" , [] , [] ) [ Str "TITLE" ] ( "#title" , "" )
]
]