Carsten Brandt

Results 384 comments of Carsten Brandt

Hi, thanks for the detailed post. I was not aware of a CVE being assigned to this issue and I agree that this is not a security issue. The documentation...

I have contacted snyk and asked them to remove the report.

FYI: The issue is not reported by snyk anymore.

It is working fine here: http://markdown.cebe.cc/try?flavor=default&text=+%2A%2AOne%2A%2A+%2A%2ATwo%2A%2A+%2A%2AThree%2A%2A are you doing anything special, did you extend the Markdown class or further processing of the rendered output?

the spec is still kind of unstable, I don't think it is worth working on an implementation when I have to change it every week... I am following the changes...

While it looks like only adding more and more small rules, complying to these rules sometimes needs big changes in parsing strategy. I don't have a good feeling about how...

Yeah, having a pecl implementation for pure and simple parsing is a nice idea. A userland implementation is useful when you want to extend the markdown language for example adding...

Started working on a CommonMark implementation to see how it would turn out. It is really quite different from how I have seen and parsed markdown before. https://github.com/cebe/markdown/compare/common-mark Current test...

My focus is to not only have a parser that translates from MD->HTML but also an implementation that is extensible and allows to work on the markdown syntax tree like...

cool, will consider it.