npm / marky-markdown

npm's markdown parser
https://www.npmjs.com/package/@npmcorp/marky-markdown
405 stars 72 forks source link

Support newer versions of Node #442

Open redbugz opened 5 years ago

redbugz commented 5 years ago

See #441

Getting compile errors in Node 12 due to out of date dependencies, specifically oniguruma.

└─┬ marky-markdown@12.0.0
  └─┬ highlights@3.2.0-candidate.1
    └─┬ first-mate@6.3.0
      └── oniguruma@6.2.1 

It appears highlights, first-mate, and oniguruma all have Node 12 compatible versions now.

mehdibeldjilali commented 4 years ago

Please up !

zeke commented 4 years ago

The last update to this project was nearly two years ago. I can't say for sure but I think it's unmaintained at this point.

If you're already using marky-markdown in a project and need these updates, I would suggest forking, publishing to npm under a new name, and dropping a link to the new package in this issue.

If you're just on the lookout for a decent Markdown parser with good GitHub-flavored Markdown compatibility, I would suggest hubdown, which is powered by remark and remark plugins.