hupili / evermd

Ever MarkDown! Solution Stacks for Markdown Usage
5 stars 1 forks source link

Refactor the process #11

Open hupili opened 11 years ago

hupili commented 11 years ago

Github's MD API will strip some html tags if they think that not suitable. It breaks my TOC and I just fixed in the commit https://github.com/hupili/evermd/commit/cae362f6442f8a508ccf0ce824aa12eef9bcff85

Prior to this one, I already suffered a case that GH strips my css link.

This fix makes me realize that a refactor is needed for the evermd parser. The original organization is not ideal. The right flow is:

hupili commented 11 years ago

Note down GH MD API's problem: