Replies: 1 comment 1 reply
-
Yeah - either way it should obviously be consistent. Have grappled with whether to place inside or out as there are arguments both ways. So yeah feel free to put 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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, it's me again 👋 😅
I want to have the
?
of theisOptional
flag always be inside the code block / backticks.I've created an example to illustrate the inconsistencies:
So as you can see for all but the first case (the "Parameters") they are inside the code block. When searching for the flag (https://github.com/search?q=repo%3Atypedoc2md%2Ftypedoc-plugin-markdown%20isOptional&type=code) it's expected since some code paths put it outside of
backTicks
.But is it intentional? (For selfish reasons) I'd like to put up a PR to move it all inside the backticks, but wanted to ask first. Alternatively I'd need to augment more code in my custom theme which I'd like to avoid 🙏
Beta Was this translation helpful? Give feedback.
All reactions