C Dorn

Results 54 comments of C Dorn

Thanks for the compatibility reports!

Thanks for the heads up!

@kragen - I am all for a more intelligent HTML parser the way you describe it. I am using this lib to render documentation for my internal projects so there...

I would pull in something like: - http://stackoverflow.com/questions/295566/sanitize-rewrite-html-on-the-client-side - http://code.google.com/p/google-caja/source/browse/trunk/src/com/google/caja/plugin/html-sanitizer.js Don't parse on output. I think it should make it into the JsonML structure and be sanitized by then. Keep...

@ap This library is great because it has the JsonML intermediate layer. I send the JSON to the client and have the client convert if from JSON to HTML. I...

What if we convert all known HTML tags (that correspond to markdown syntax) to markdown on input and leave the remaining HTML nodes as HTML (after sanitizing them). This would...

This lib is for Markdown -> JsonML -> HTML conversion. We want it to also do Markdown + HTML -> JsonML -> HTML with various options/configurations to allow inline makrdown...

Yes. I plan on supporting: * the remote viewing of the source file if the [Insight](https://github.com/firephp/firephp) library is used (which provides the backend to serve the files) as well as...

Also: > Logging a string variable with accent. For instance `$test="diplôme"` returns NULL as a value in FirePHP.

You need to send a diff against latest master. This PR has many old changes in it that are already on master.