vim-pandoc / vim-pandoc-syntax

pandoc markdown syntax, to be installed alongside vim-pandoc
MIT License
426 stars 61 forks source link

Italics at end of line wash over rest of file #285

Closed alerque closed 5 years ago

alerque commented 5 years ago

I don't know yet when this started happening –and it might be something I broke earlier today with merges– but my files have started overflowing with italics. Any time a line ends in italics (which the * marker at the end of a line) they are not yielding to the end of the file.

*test*

thing

Renders as:

image

Placing even a space at the end of the line fixes the matching.

alerque commented 5 years ago

This is caused by the merge of 376f95f1dda2e2ecec3281b499025d73104457c3 from PR #269.

fmoralesc commented 5 years ago

Let's revert that for now, and add a note the solve the issue properly later (I have some changes locally that are related to this)

On Thu, May 16, 2019, 8:14 PM Caleb Maclennan notifications@github.com wrote:

This is caused by the merge of 376f95f https://github.com/vim-pandoc/vim-pandoc-syntax/commit/376f95f1dda2e2ecec3281b499025d73104457c3 from PR #269 https://github.com/vim-pandoc/vim-pandoc-syntax/pull/269.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vim-pandoc/vim-pandoc-syntax/issues/285?email_source=notifications&email_token=AABWCGMX2UXTNBK4TJB4XBDPVWQA3A5CNFSM4HNO6ZJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVSUKJA#issuecomment-493176100, or mute the thread https://github.com/notifications/unsubscribe-auth/AABWCGOP7WEXNNGMJMROXUTPVWQA3ANCNFSM4HNO6ZJA .

alerque commented 5 years ago

Done in 14c778e.