Add the PyMdown Markdown extension and enable strikethrough/subscripts.

Review Request #8991 — Created June 4, 2017 and submitted

Information

Review Board
release-3.0.x
6f0170f...

Reviewers

PyMdown is a collection of useful Python-Markdown extensions, providing
all sorts of advanced functionality. We don't currently need or want the
vast majority of it, but it ships an extension for adding strikethroughs
and subscripts. While not an official Markdown feature, these are common
in many third-party Markdown parsers (and is rendered as such in
CodeMirror).

For some upcoming work, strikethroughs/subscripts would be very useful
to have. Down the road, we'll make use of a couple of other extensions
shipped in this package as well.

Tested that strikethroughs and subscripts worked.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (919b8b7)
Loading...