Roundup Tracker - Issues

Issue 2551176

classification
Markdown-it js in browser and markdown-it-py in server??
Type: rfe Severity: normal
Components: Web interface Versions:
process
Status: new
:
: : rouilj
Priority: :

Created on 2021-12-03 20:22 by rouilj, last changed 2021-12-03 20:22 by rouilj.

Messages
msg7395 Author: [hidden] (rouilj) Date: 2021-12-03 20:22
There have been issues getting markdown support to work.

   issue 2551105 - Markdown2 emphasis intra-word
   issue 2551096 - Markdown autolink
   etc.

These all seem to fall back to a mismatch in the markdown supported by the
front end javascript library and one of the supported backend markdown libraries.

Consider rolling support for:

  https://github.com/markdown-it/markdown-it

on the front end and supporting
 
  https://github.com/executablebooks/markdown-it-py

for the back end.

These two libraries (different maintainers) seem to cover a lot of commonmark
including GFM and other (autolink) extensions. The python version
is an port of the markdown-it front end from js to python. Maybe this will
work to clean up the mismatches?
History
Date User Action Args
2021-12-03 20:22:46rouiljcreate