Ghostwriter icon indicating copy to clipboard operation
Ghostwriter copied to clipboard

Missing space between cross-reference and following text.

Open smcgu opened this issue 5 months ago • 2 comments

Describe the bug

The space between a cross-reference and the following text is missing.

Input:

<p>{{.ref some-evidence}} shows the compromise.</p>

Output:

Figure 1shows the compromise.

To Reproduce

Steps to reproduce the behavior:

  1. Add cross-reference to text sentence/paragraph in finding
  2. Generate DOCX report

Expected Behavior

The space should be maintained and present.

Input:

<p>{{.ref some-evidence}} shows the compromise.</p>

Output:

Figure 1 shows the compromise.

Server Specs:

  • OS: Ubuntu
  • Docker: v27.1.2, build d01f264
  • Docker Compose: v2.29.1
  • Ghostwriter: v4.2.5 (but, this has been present for multiple versions)

smcgu avatar Aug 27 '24 20:08 smcgu