ryanlelek / Raneto

Markdown powered Knowledgebase Wiki for Node.js
https://raneto.com
MIT License
2.79k stars 447 forks source link

Searching for quoted strings (ie `obj = {"a": 1}` ) or chars with markers that are present in code markdowns are not found #366

Open specialorange opened 2 years ago

specialorange commented 2 years ago

in the markdown example of obj = {"a": 1}, if you try to search for "a" or 1}, you get no results found. Other failed searches: \a\ , \"a\" , - , - , { , } , { , ...