diff options
| author | Thomas Hodgson <[email protected]> | 2023-02-12 22:32:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-12 13:32:40 -0800 |
| commit | 351a8e6c7ce6ccd20eb62bd43f7f5cc9048c65d8 (patch) | |
| tree | 9d6f6aa61c7a647eac514c542b6780eb46361cdb /test/writer.context | |
| parent | 20d957a3255efb03b78352c4c31850e690bb58c0 (diff) | |
URL style in ConTeXt (#8612)
Previously, a URL like this would be in monospace text: `\useURL[url1][https://example.com]`.
Now, it will match the main text unless the `linkstyle` variable is set, which controls the styling of all links.
Closes #8602.
Added documentation for `urlstyle` variable in the ConTeXt template, and added detail to its
documentation in the LaTeX template.
Diffstat (limited to 'test/writer.context')
| -rw-r--r-- | test/writer.context | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/writer.context b/test/writer.context index 4915a2d5e..342ee2a90 100644 --- a/test/writer.context +++ b/test/writer.context @@ -6,6 +6,7 @@ style=, color=, contrastcolor=] +\setupurl[style=] % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] |
