Open fdegiovanni opened 2 years ago
Problem: Add <script src="//unpkg.com/docsify-accordify/src/index.js"></script>
<script src="//unpkg.com/docsify-accordify/src/index.js"></script>
<link rel="stylesheet" href="//unpkg.com/docsify-accordify/src/assets/default.css">
## My great accordion + Peekaboo!
And the error shows.
I think it is because the HTML node is like: <h2 id="my-great-accordion-" class="accordion undefined"><a href="#/cardsv1/README?id=my-great-accordion-" data-id="my-great-accordion-" class="anchor"><span>My great accordion +</span></a></h2>
<h2 id="my-great-accordion-" class="accordion undefined"><a href="#/cardsv1/README?id=my-great-accordion-" data-id="my-great-accordion-" class="anchor"><span>My great accordion +</span></a></h2>
So the tag 'a' doesn't have title property.
https://github.com/atleastzero/docsify-accordify/blob/main/src/index.js#L113
Problem: Add
<script src="//unpkg.com/docsify-accordify/src/index.js"></script>
<link rel="stylesheet" href="//unpkg.com/docsify-accordify/src/assets/default.css">
And the error shows.
I think it is because the HTML node is like:
<h2 id="my-great-accordion-" class="accordion undefined"><a href="#/cardsv1/README?id=my-great-accordion-" data-id="my-great-accordion-" class="anchor"><span>My great accordion +</span></a></h2>
So the tag 'a' doesn't have title property.
https://github.com/atleastzero/docsify-accordify/blob/main/src/index.js#L113