Solution A: --- ```text <!-- component-name --> ... <!----> ``` --- Solution B: --- ```text :::component-name ... ::: ``` --- Solution C: --- ```text <docsify name='component-name' attr=''> ... </docsify> ``` ---