lepture / nico

MAINTAINER WANTED!
https://typlog.com/
BSD 3-Clause "New" or "Revised" License
274 stars 56 forks source link

does nico support footnote syntax ? #63

Open qhhonx opened 9 years ago

qhhonx commented 9 years ago

It seems that nico does not support footnote syntax or I do not use it correctly, sorry for my poor markdown. Does nico already support it or in schedule ?

popomore commented 9 years ago

Yes, markit should upgrade to 0.2.0 to support it.

popomore commented 9 years ago

@xohozu Can you make a PR?

qhhonx commented 9 years ago

@popomore I can not install markit 0.2.0 via command npm install -g markit, because markit 0.1.0 remains in npm source. So I download markit 0.2.0 from lepture/markit to install it manually and replace old version. After that, it also can not parse footnote syntax correctly, but got some other parse errors. Is the newest version markit compatible with nico 0.5.2 completely ?

popomore commented 9 years ago

compare the two version

https://github.com/lepture/markit/compare/0.1.0...master?diff=unified&name=master#diff-168726dbe96b3ce427e7fedce31bb0bc

popomore commented 9 years ago

@lepture why markit@0.2.0 is not bumped?

lepture commented 9 years ago

@popomore Published. Added you as owner of nico and markit on GitHub and npm.

qhhonx commented 9 years ago

@popomore I made a PR to upgrade markit to 0.2.0 and fixed a little parsing problem.