diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-11-09 11:35:47 -0500 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-11-09 11:35:47 -0500 |
commit | 2823096cb47eb8639b43677081bb593b22f1e3ab (patch) | |
tree | 016f10630f3e09e97d7b44ec48f61b8697878e70 /default.context | |
parent | 3ed48ae68f628b787e4ba98a34e6c51834378bc9 (diff) | |
download | pandoc-2823096cb47eb8639b43677081bb593b22f1e3ab.tar.gz |
Rename ConTeXt `style` to `linkstyle`.
Not necessary to write `normal` to prevent links from rendering as bold.
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.context b/default.context index cba3f28b7..45323839b 100644 --- a/default.context +++ b/default.context @@ -20,7 +20,7 @@ $endif$ $if(keywords)$ keyword={$for(keywords)$$keywords$$sep$; $endfor$}, $endif$ - style=$if(style)$$style$$else$normal$endif$, + style=$linkstyle$, color=$linkcolor$, contrastcolor=$linkcolor$] % make chapter, section bookmarks visible when opening document |