From fc07b06851eac5c70557de101d8044494e9a2bc4 Mon Sep 17 00:00:00 2001 From: Ezwal <15009992+Ezwal@users.noreply.github.com> Date: Sun, 30 Nov 2025 13:49:58 +0100 Subject: 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... --- test/command/9002.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command') 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 @@ -

See Table 1 This is my table!

+

See Table 1 This is my table!

``` -- cgit v1.2.3