-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use backticks to emphasize names #5
Comments
This project generates Markdown – so the whole Markdown syntax set is available ;) |
Yep! I wanted to file an issue to see what you thought of the suggestion. Happy to submit a PR if you agree |
Oh right, this is about the generated part, not the one taken from Jsonnet. Misunderstood while reading on mobile. After all, I tried to mimic what godoc does, and it does not use I'd rather suggest making them |
Color would be great! What would it link to? |
It GoDoc, it links back to the source code. And although I would love that, I think it wouldn't totally make sense here, unless the user specified the URL (relative) to use due to the lazy evaluation of jsonnet. Likely though, that's going to be hard to maintain for users. |
For starters, it could link to the respective html permalink, even though source code would be super awesome |
Some light testing indicates that you cannot do this for the user though (e.g. put |
you might be able to do some magic with though if the user provided the library with the filename.
then work out where the root of the repo is, and strip out everything lower than the repo root. |
current:
fn container.array
suggested:
fn
container.array
The text was updated successfully, but these errors were encountered: