themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 31 forks source link

Properly implement the start number of a new ordered list #709

Open ToaKraka opened 11 months ago

ToaKraka commented 11 months ago

If a user types 2. blah, then the output should be <ol start="2"><li>blah</li></ol>. However, the current output is <ol><li>blah</li></ol>, with no start attribute.

zorbathut commented 11 months ago

Worth noting we've got a general task for solve the inconsistent markdown problem. I certainly won't object to someone tackling this if they want to, but really we need to nuke the problem from orbit.