aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorEzwal <[email protected]>2025-11-30 13:49:58 +0100
committerGitHub <[email protected]>2025-11-30 13:49:58 +0100
commitfc07b06851eac5c70557de101d8044494e9a2bc4 (patch)
tree8146fbecf7dbcefc0a707c0102e53cbdafbecafd /test/command
parent094061d946f12961b9af0b400befbb798f980be7 (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.md2
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>
```