Skip to content
Discussion options

You must be logged in to vote

Vale's own documentation does exactly what I mentioned: it uses HTML-style comments around blocks that need to be ignored in a Docusuarus-built site.

If you have a lot of these blocks, it will probably feel a little cumbersome but it works.

Somehow, our Docusaurus doesn't play nicely with Vale ignore comments. So be it, I've found another solution:

tl;dr: The solution

Using four backticks for code blocks instead of three backticks makes the BlockIgnores shown 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…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@pklaschka
Comment options

@jdkato
Comment options

@pklaschka
Comment options

@jdkato
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pklaschka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants