Ghostwriter
Ghostwriter copied to clipboard
Missing space between cross-reference and following text.
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:
- Add cross-reference to text sentence/paragraph in finding
- 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)