erusev / parsedown

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

Parsedown on Babelmark2 #532

Open JoshyPHP opened 7 years ago

JoshyPHP commented 7 years ago

The Parsedown dingus used by Babelmark2 appears to be malfunctioning. I'm not sure who's handling its maintenance, is it the right place to ask?

erusev commented 7 years ago

I think babelmark is maintained by http://johnmacfarlane.net/.

JoshyPHP commented 7 years ago

It is, but individual implementations usually have a specific maintainer. I assumed it was either you or someone contributing to the project.

Flagging @jgm for assistance.

jgm commented 7 years ago

BabelMark2 is using this URL for the parsedown dingus server:

http://www.perturb.org/code/parsedown-test.php?

Please see BabelMark2 documentation for details on how the server needs to be configured.

JoshyPHP commented 7 years ago

Alright, so I guess... @scottchiefbaker is the maintainer?

Actually the dingus looks fine and the error is caused by a 500 response from johnmacfarlane.net.

scottchiefbaker commented 7 years ago

Wow I forgot about that... Ya I did set that up ages ago.