why-jay / remark-lint-sentence-newline

Enforce a newline after an end of sentence in Markdown
7 stars 0 forks source link

Inside Jekyll tags #11

Closed tfoote closed 8 years ago

tfoote commented 9 years ago

I'm using this on Jekyll pages and they use dot notation for accessing page metadata inside double curly braces. Such as

{{ page.author }}

Which gets flagged as a warning. It would be great to add this as an exception, maybe enabled in the config.

why-jay commented 9 years ago

Thanks so much for motivating me to get working on this repo! I'll get back within the next couple of days - really busy today.

tfoote commented 9 years ago

You're welcome. It's a very useful feature which was our deciding factor for choosing to use mdast.

why-jay commented 8 years ago

So sorry for not getting back to you - I'm somehow incredibly busy these few weeks. Will get back to you as soon as I can.

why-jay commented 8 years ago

Hey @tfoote, Sorry for being so slow on this. Our detection behavior is now so that an end of sentence (., !, ?, .") has to be followed by a space in order to be detected. I believe this should resolve your issues with Jekyll tags. I'd love your feedback!

tfoote commented 8 years ago

Thanks that should take care of my use case with jekyll.