Remove \n inside numbered list items
Closed, ResolvedPublic

Description

In the wikitext, a \n between items of a numbered list, breaks the enumeration.

# Some text  
<math>x=y</math>
# Some other text
1 .Some text
x=y

1. Some other text

To resolve the issue remove every \n inside items.
To complete the task modify the MediaWikiRenderer.py enumerate callback to remove \n from inside the items text.

Please pull request your work

davidev created this task.Jun 1 2016, 5:14 PM

The \n between text and dmath in itemize break the list in wikitext.

davidev added a project: Restricted Project.Jun 13 2016, 7:01 AM
ruphy edited projects, added Restricted Project; removed Restricted Project.Jan 10 2017, 2:15 PM
ruphy edited projects, added WikiToLearn: TeXLa; removed Restricted Project.Jan 10 2017, 2:31 PM
davidev renamed this task from Check \n inside itemize to Remove \n inside numbered list items.Jan 17 2017, 11:48 PM
davidev removed davidev as the assignee of this task.
davidev raised the priority of this task from Low to Normal.
davidev updated the task description. (Show Details)
davidev moved this task from Backlog to Texla on the WikiToLearn: Junior Jobs board.
davidev moved this task from Backlog to Renderer on the WikiToLearn: TeXLa board.Jan 17 2017, 11:59 PM
davidev raised the priority of this task from Normal to High.Jan 18 2017, 12:10 AM
SiddharthKumar02 added a subscriber: SiddharthKumar02.

I'm working on this

If the problem is not solved can I work on it?

davidev removed SiddharthKumar02 as the assignee of this task.Feb 16 2017, 8:27 PM

Hi Sorry for the delay! If you want you can proceed

SiddharthKumar02 removed SiddharthKumar02 as the assignee of this task.Mar 7 2017, 3:20 PM
elauksap closed this task as Resolved.Apr 1 2017, 8:12 AM
elauksap claimed this task.
elauksap added a subscriber: elauksap.

Solved (see the pull request)!