Skip to content

Future

No due date 75% complete

Things that would be nice to have, but that Parsedown doesn't appear to be capable of achieving at the moment (would require significant effort to implement, or would come with detrimental performance costs or other side-effects). Closed does not mean implemented.

Most likely things to go in here are bugs that arise from precedence rules about intersectio…

Things that would be nice to have, but that Parsedown doesn't appear to be capable of achieving at the moment (would require significant effort to implement, or would come with detrimental performance costs or other side-effects). Closed does not mean implemented.

Most likely things to go in here are bugs that arise from precedence rules about intersections of elements:
e.g.

*foo `bar* baz`

This requires Parsedown to determine multiple possibilities of inlines before deciding which one to pick. Doing this while keeping Parsedown's speed may be difficult.