keenwrite
keenwrite copied to clipboard
Hyperlink text using variables names do not resolve
Description
Hyperlinks using []()
syntax do not resolve when variables are used for the text description.
Replicate Exact and complete steps to reproduce the problem 100% of the time:
- Create a new
.Rmd
text file (R Markdown). - Create a new definition list.
- Add a new definition to the list (e.g.,
name
). - Set the definition value to an arbitrary value (e.g.,
Feynman
). - Return to the text file.
- Insert a hyperlink using the variable (e.g.,
[`r#x(v$name)`](http://physics.com)
).
Expected The variable is first resolved then the hyperlink is added using the variable's value for the text.
Actual Document parsing error.
Technical This is due to the spell checker parsing the document without using a suitable set of extensions.