carrotsearch / gatsby-theme-apidocs

An opinionated Gatsby theme for writing technical documentation.
https://carrotsearch.github.io/apidocs/
2 stars 0 forks source link

Use $VAR$ rather %VAR% for variable replacement #15

Closed stanislawosinski closed 10 months ago

stanislawosinski commented 10 months ago

% is tricky because we run a grep over the whole HTML file and % characters can occur in URLs and lead to unwanted replacements.