Skip to content

How can I both let VSCode and docsify support alert/notice block rendering? #1894

Closed Answered by Koooooo-7
pbjacob asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pbjacob . I think the workaround is converting the syntax gap by docsify hook. i.e.

            hook.beforeEach((text)=> text.replace(/!!!\s*(.*)/g, '!> $1 '))

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pbjacob
Comment options

@Koooooo-7
Comment options

Answer selected by Koooooo-7
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