I'm trying to embed docsify within an existing template, but I'm having a problem where docsify is hijacking my template's <nav> tag.
Looking through the source, it seems like docsify chooses the first <nav> on the page.
Is there any chance we could get a nav_el config option that lets us specify the id of the <nav> element we want to use?
I'm trying to embed docsify within an existing template, but I'm having a problem where docsify is hijacking my template's
<nav>tag.Looking through the source, it seems like docsify chooses the first
<nav>on the page.Is there any chance we could get a
nav_elconfig option that lets us specify the id of the<nav>element we want to use?