Initial commit of mistune, required for nbconvert, a depndancy of Spyder (T1664).
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3711:6db20366c7c5: Initial commit of python-mistune
In [1]: import mistune
In [2]: markdown = mistune.Markdown()
In [3]: markdown('I am using **mistune markdown parser**')
Out[3]: '<p>I am using <strong>mistune markdown parser</strong></p>\n'Diff Detail
Diff Detail
- Repository
- R3711 python-mistune
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 14 | You added python3-devel as a rundep of cython, thus this pkgconfig isn't needed. | |