AlexVonB
99365de669
upgrading code for python 3.x
...
closes #38
2021-02-21 23:06:21 +01:00
AlexVonB
ed406d3206
bump to v0.6.4
2021-02-21 20:57:57 +01:00
AlexVonB
f320cf87ff
closing #25 and #18
...
Adds newlines after blockquotes, allowing for paragraphs after a
blockquote.
Due to merging problems with @lucafrance 's code I had to quickly copy
and paste their code. Thanks for the contribution!
2021-02-21 20:53:44 +01:00
André van Delft
a79ed44ec3
Fix code ticks in README
2021-02-15 16:51:20 +01:00
André van Delft
29a4e551f7
Update README with the two new options
2021-02-15 16:37:13 +01:00
André van Delft
b3ac4606a6
Allow for the use of backslash for newlines
2021-02-15 16:29:14 +01:00
André van Delft
f093843f40
Allow for a custom strong or emphasis symbol
2021-02-15 16:19:19 +01:00
Bruno Miguens
de6f91af0e
Revert header validation and leave possibility to empty column
2021-02-08 20:56:18 +00:00
Bruno Miguens
8c28ade348
Remove empty header validation to allow empty header
2021-02-08 20:50:15 +00:00
Bruno Miguens
a152c5b706
Fix lint
2021-02-08 19:32:35 +00:00
Bruno Miguens
292d64bbf4
Remove unnecessary tests
2021-02-08 19:26:27 +00:00
Bruno Miguens
db96eeb785
Add tests for basic and thead/tbody tables
2021-02-08 17:00:09 +00:00
Bruno Miguens
73f7644c0d
Add basic support for HTML tables
2021-02-08 17:00:09 +00:00
AlexVonB
a4d134df97
Merge pull request #34 from BrunoMiguens/add-ignore-comment-tags
...
Add ignore comment tags
2021-02-07 19:46:49 +01:00
Bruno Miguens
457454c713
Add new line at the end of file
2021-02-05 19:49:57 +00:00
Bruno Miguens
321e9eb5f6
Add ignore comment tags
2021-02-05 19:40:43 +00:00
AlexVonB
77d1e99bd5
satisfy linter
2021-01-12 22:42:06 +01:00
AlexVonB
97c78ef55b
Merge branch 'fix-extra-headline-whitespace' into develop
2021-01-12 22:38:59 +01:00
AlexVonB
b7e1ab889d
bump to v0.6.1
2021-01-04 10:21:27 +01:00
AlexVonB
29e86aec55
Merge branch 'fix-link-underscores' into develop
2021-01-04 10:18:05 +01:00
AlexVonB
453b604096
Fixing autolinks
...
When checking a links href and text for
equality, first un-escape the underscores
in the text -- because six escapes them.
This should fix #29 .
2021-01-02 17:22:36 +01:00
AlexVonB
4f8937810b
dont replace newlines and tabs with spaces
...
this should fix #17 , as all leading new lines
were replaced with a single space, which in turn
was rendered before the # of a headline
2020-12-29 10:28:50 +01:00
AlexVonB
3544322ed2
Bump Version 0.6.0
0.6.0
2020-12-13 23:41:56 +01:00
AlexVonB
c4d0a14ce5
Merge pull request #26 from idvorkin/develop
...
Add support for headings that include nested divs
2020-12-13 23:39:34 +01:00
Igor Dvorkin
05ea8dc58a
Add many tests and support image tag
2020-12-13 17:40:53 +00:00
Igor Dvorkin
7780f82c30
Using a regexp to determine if a tag is a heading.
2020-12-11 16:54:14 -08:00
Andrew Richards
7685738344
Formatting tweak
...
Change indent of continuation line; squashes a flake8 warning.
2020-11-27 14:18:08 +00:00
Andrew Richards
92a73c8dfe
Correct test_code_with_tricky_content()
...
Result of previous test didn't check for the trailing ' ' that
convert_br() adds: This is needed to ensure that the resulting
markdown not only has \n for the <br> but also renders it as
a newline.
2020-11-26 22:20:29 +00:00
Andrew Richards
3354f143d8
Add method for <code> tag
...
Add method and tests for inline tag <code>.
2020-11-23 17:28:23 +00:00
Igor Dvorkin
d558617cd7
Add support for headings that include nested block elements
2020-11-20 06:03:51 -08:00
AlexVonB
25d68b4265
Bump version 0.5.3
2020-09-01 18:09:24 +02:00
AlexVonB
5561106991
Merge pull request #24 from SimonIT/fix-corrupt-html
...
Fix parsing corrupt html
2020-09-01 18:04:17 +02:00
SimonIT
1b3136ad04
Fix parsing corrupt html
2020-08-31 13:15:10 +02:00
SimonIT
2c7e4a0100
Fix tests
2020-08-26 19:47:11 +02:00
SimonIT
4f00d638d2
Merge remote-tracking branch 'upstream/develop' into ordered-list
...
# Conflicts:
# markdownify/__init__.py
# tests/test_conversions.py
2020-08-26 19:41:43 +02:00
AlexVonB
987a2a9cae
Merge pull request #20 from SimonIT/badges
...
Add some fancy badges
2020-08-19 10:32:30 +02:00
SimonIT
a4461161bc
Make badges inline
2020-08-19 10:06:21 +02:00
AlexVonB
19e2c3db0d
Bump version 0.5.2
2020-08-18 18:52:53 +02:00
AlexVonB
ba51bbee12
Merge pull request #22 from SimonIT/ol-start-attribute
...
Support the start attribute for ordered lists
2020-08-18 18:44:59 +02:00
AlexVonB
9f3d497053
use python3.6 for linting
2020-08-18 18:41:46 +02:00
AlexVonB
d2fc689b66
set max flake8 version again3
2020-08-18 18:39:20 +02:00
AlexVonB
ab78385b56
set max flake8 version again2
2020-08-18 18:38:17 +02:00
AlexVonB
9ebf726e78
set max flake8 version again
2020-08-18 18:37:39 +02:00
AlexVonB
3f8403aa7a
set max flake8 version
2020-08-18 18:35:31 +02:00
AlexVonB
5b6e76f984
Create python-app.yml
2020-08-18 18:30:55 +02:00
SimonIT
04711027e6
Replace downloads badge
2020-08-13 20:11:18 +02:00
SimonIT
ca98892953
Support the start attribute for ordered lists
2020-08-11 11:43:02 +02:00
AlexVonB
0dc281e6ea
Bump version 0.5.1
0.5.1
2020-08-11 09:51:04 +02:00
AlexVonB
4e6e20e756
Merge pull request #21 from matthewwithanm/python-publish
...
Create python-publish.yml
2020-08-11 09:49:29 +02:00
Matthew Dapena-Tretter
9358522c73
Create python-publish.yml
...
Add workflow for publishing to PyPI.
2020-08-10 19:42:48 -07:00