Global Properties in Markdown or Mustaching Markdown 🥸 #8611
VaclavElias
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have got this looong path in many places in our
*.md
files (these are not templates!) and I don't fancy that path being hard-coded.Maybe I would like this version with
_strideLocalPath
(remote GitHub link would be also nice in some cases)The property is defined in
docfx.json
And this is the result, including other mustache goodies, like a loop 🙂
At the moment it is not possible, unless 🤩 I add this code to
BuildConceptualDocument.cs
.Not sure, if this is the right place, also the consequences. Maybe it would be better to add opt-in option for Mustache preprocessing in the file
.md
yaml header.What are you thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions