erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

It can't parse scientific formula... #697

Closed luvvien closed 5 years ago

luvvien commented 5 years ago

It is a good parser, I hope it can also support scientific formula.

BenjaminHoegh commented 5 years ago

are you talking about Latex ?

luvvien commented 5 years ago

Yes😀

On Sun, Mar 3, 2019 at 3:32 PM Benjamin Høegh notifications@github.com wrote:

are you talking about Latex ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/erusev/parsedown/issues/697#issuecomment-468997115, or mute the thread https://github.com/notifications/unsubscribe-auth/ARmVPCrXUsTU-lpoK4qmwop9R49oEGzFks5vS3qfgaJpZM4bavT- .

BenjaminHoegh commented 5 years ago

Yes😀 …

I have made a extension there add support for this, if you got any issue let me know :) ParsedownMath

luvvien commented 5 years ago

Thanks for your reply. It is so helpful to me.

On Mon, Mar 4, 2019 at 5:19 AM Benjamin Høegh notifications@github.com wrote:

Yes😀 … <#m775203219000019641>

I have made a extension there add support for this, if you got any issue let me know :) ParsedownLatex https://github.com/BenjaminHoegh/parsedown-latex/tree/master

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/erusev/parsedown/issues/697#issuecomment-469065423, or mute the thread https://github.com/notifications/unsubscribe-auth/ARmVPDceq_n2ff__t1GEjbKfB8IMkUb9ks5vTDxigaJpZM4bavT- .

luvvien commented 5 years ago

Moreover, if I want to add 'rel=nofollow' in href, how to do it. Can it support amp.

On Mon, Mar 4, 2019 at 9:32 AM Vien shavien1202@gmail.com wrote:

Thanks for your reply. It is so helpful to me.

On Mon, Mar 4, 2019 at 5:19 AM Benjamin Høegh notifications@github.com wrote:

Yes😀 … <#m_2565823584905910288_m775203219000019641>

I have made a extension there add support for this, if you got any issue let me know :) ParsedownLatex https://github.com/BenjaminHoegh/parsedown-latex/tree/master

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/erusev/parsedown/issues/697#issuecomment-469065423, or mute the thread https://github.com/notifications/unsubscribe-auth/ARmVPDceq_n2ff__t1GEjbKfB8IMkUb9ks5vTDxigaJpZM4bavT- .

BenjaminHoegh commented 5 years ago

Moreover, if I want to add 'rel=nofollow' in href, how to do it. Can it support amp. …

Default Parsedown only support Github Flavored but rel=nofollow are in kramdown and should not be hard to make a extension to Parsedown there add the support