coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
295 stars 580 forks source link

Markdown parsing issues #940

Open sils opened 7 years ago

sils commented 7 years ago

From @plaindocs on October 27, 2016 11:9

I've just opened https://github.com/wooorm/remark-lint/issues/103 -- not sure where the best place for this bug is.

Copied from original issue: coala/bear-docs#16

sils commented 7 years ago

@plaindocs this is an upstream issue indeed. Thanks for filing it at remark! Let's keep this open to update the minimum remark version when he fixes it.

jayvdb commented 7 years ago

Note that this is likely also solved by https://github.com/coala/coala-bears/issues/926 .

remark emits the most parsable markdown, choosing to add some unnecessary escaping to ensure most readers can parse it correctly.

The lint plugin finds problems, rather than reporting every prettifying/solidifying changes that remark makes to the markdown.

yash-nisar commented 7 years ago

Can be closed, fixed in https://github.com/wooorm/remark/commit/a93cdab5c8e81f60edc1403619850c688205499e

yash-nisar commented 7 years ago

CC @Makman2

Makman2 commented 7 years ago

Is remark up to date to include the patch from https://github.com/wooorm/remark/commit/a93cdab5c8e81f60edc1403619850c688205499e ?

SanketDG commented 7 years ago

Yup, it shows in the UI :)

Makman2 commented 7 years ago

@SanketDG you sure? @yash-nisar told me that the commit is not included in the remark version referenced in our bears^^

SanketDG commented 7 years ago

Oh, oops sorry, what I meant was that there was a upstream release of remark after the commit was pushed to the remark repo