-
|
Hey there! I'm currently trying (unfortunately struggling) to set up Most things are working pretty well, but we use some custom MDX Components I'd like to ignore using Thank you so much in advance for any help you may be able to provide 👍 🙂 . I've literally been sitting on this problem for over twelve hours now, trying to wrap my head around what's going on (unfortunately, I don't know Go enough to really figure out what's going on) 🙈 The MWE
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Is it possible for you to distinguish between your actual components and those being used as examples by their name? Something like |
Beta Was this translation helpful? Give feedback.
-
Somehow, our Docusaurus doesn't play nicely with Vale ignore comments. So be it, I've found another solution:
|
Beta Was this translation helpful? Give feedback.





Somehow, our Docusaurus doesn't play nicely with Vale ignore comments. So be it, I've found another solution:
tl;dr: The solutionUsing four backticks for code blocks instead of three backticks makes the
BlockIgnoresshown above work as expected (at least as I expected it to work 😉 ).The explanation
I wanted to find the cause for this issue, so I installed some go-tooling and got the Intellij-Go-IDE (GoLand) to debug the project for me (I'm not good…