A bit long question (s) ...
Does anyone know a score browser for the markItUp editor? I tried showdown.js, but there seems to be no way to integrate it with markItUp. This is despite the fact that makrItUp has a configuration API that allows you to specify your own path and parser variable using previewParserVar and previewParserPath .
In fact, I prefer to use WMD Editor, but when I tried to use the SO version on gitHub, I found it to be very bad. There are so many forks, but I canโt find a stable one.
In the end, I found this fork , jquery-markedit, which is really cool, but when the form is placed, unlike the original wmd-fork , the form does not publish the analyzed text. Textarea data is published as plain text. The text is viewed perfectly for preview, but it seems strange that it is not parsed.
So, I decided to resort to markItUp, which has an established markdown, but does not have a parser.
The WMD version that SO currently uses is different from the gitHub version of wmd-fork - does anyone know about the current version of SO uses and if it is available as open source?
source share