docsify plugin
npm install docsify-plugin-x-blockquote1. Insert FontAwesome CSS into docsify document (index.html)
``html`
2. Then insert script plugin into same document
`html`
Any text inside of : character is processed as CSS style and converted to HTML code for FontAwesome, example:
`markup`
:fas fa-home fa-fw:
This code is converted to :
`html``