- 30 Oct, 2020 6 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Update to newer versions of crates. See merge request !3
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
- 28 Oct, 2020 4 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
See a79d84f4
-
Manuel Vazquez Acosta authored
Build and deploy wheels for Python 3.9 See merge request !4
-
Manuel Vazquez Acosta authored
-
- 02 Sep, 2020 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 11 Aug, 2020 17 commits
-
-
Manuel Vazquez Acosta authored
I don't know why the CI refuses to properly name the wheel for 0.3.1.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
See job https://gitlab.merchise.org/mercurio-2018/python-comrak/-/jobs/147990 and you'll notice it's trying to upload past-releases: Uploading distributions to https://upload.pypi.org/legacy/ dist/python_comrak-0.1.1-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB) dist/python_comrak-0.2.0-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB) dist/python_comrak-0.2.1-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB) dist/python_comrak-0.3.0-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB) This is either a bug or feature of gitlab which I rather avoid.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
I was lazy copying from travertine.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Expose pulldown_cmark as well which is faster than comrak. See merge request !2
-
Manuel Vazquez Acosta authored
There are differences in output because pulldown_cmark doesn't support the whole specification and the supports a single extension. I still prefer comrak because it filters tags.
-
- 10 Aug, 2020 7 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Add Gitlab CI standard pipeline. See merge request !1
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
These mostly has to do with our choice of having auto-links and tag-filters on by default (actually we don't give the option).
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
After all, we're only exposing comrak::markdown_to_html without any options.
-