This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 93439b5
committed
[Bug 18042] Fix special character escaping in guide PDF
The HTML template for generating the User Guide PDF overrode the
`marked.js` built-in functions for rendering code sections. This
meant that `<` and `>` characters in MarkDown code blocks were
appearing literally in the output HTML. Among other problems, this
gave the User Guide PDF the very surprising title of `"
theDataA[theIndex]["Title"] & "`, thanks to an example in the Data
Grid guide!1 parent f3b79df commit 93439b5
2 files changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | 756 | | |
767 | 757 | | |
768 | 758 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments