problem descritpion
i try to use the search function of docsifyk, but it seems not working.
steps to reproduce
so i do these steps: (following the official docsify documentation)
- i run 'docsify init' in a directory, so it generate a 'index.html' and a 'README.md'.
- i add the code into 'index.html‘.
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
current behavior
the page shows the search button, but whatever i type, it returns 'no result'.
other information
i have tried it on different computers(mac/ubuntu 16), both not working
Did Anybody Ever Have The Same Question?