remote markdown plugin of docsify
npm install docsify-remote-markdown ``html`
2. Insert script into docsify document:
`html`
`markdown`
remoteMarkdownUrl
It will be replaced by the raw text of the url above into your doc file content.
for you.
However, you can change this options as you like:`javascript
window.$docsify = {
remoteMarkdown: {
tag: 'customTag',
},
}
`Will match the code in you doc file:
`markdown
customTag
``