eggcaker / jekyll-org

org-mode converter for Jekyll.
http://eggcaker.github.io/jekyll-org
MIT License
132 stars 29 forks source link

change: Stricter regexps for _parse_boolean #48

Closed goshatch closed 4 years ago

goshatch commented 4 years ago

This avoids false positives when parsing front matter for booleans, such as the regex /no/ matching a string such as "Weeknotes for week 14", which can result in lost titles, descriptions, etc.