diff options
| author | Ezwal <[email protected]> | 2025-11-30 13:49:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-30 13:49:58 +0100 |
| commit | fc07b06851eac5c70557de101d8044494e9a2bc4 (patch) | |
| tree | 8146fbecf7dbcefc0a707c0102e53cbdafbecafd /test/command | |
| parent | 094061d946f12961b9af0b400befbb798f980be7 (diff) | |
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...
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9002.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/9002.md b/test/command/9002.md index 91f983881..bac9d23bc 100644 --- a/test/command/9002.md +++ b/test/command/9002.md @@ -16,5 +16,5 @@ <tbody> </tbody> </table> -<p>See Table 1 This is my table!</p> +<p>See <a href="#_Ref143272803">Table 1 This is my table!</a></p> ``` |
