leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

Code blocks next to line breaks to not have a surrounding space #41

Closed echojoshchen closed 3 years ago

echojoshchen commented 3 years ago

The HTML to text parsing is not adding space around code blocks when it is next to a line break. This means that in the search text, the words get combined.

Example:

# Linebreak Test

This is the `first line`
This is the `second line`

Search text:

search_linebreak