AlexVonB
e6da15c173
allow tables with headers in first (or any) column
2021-05-17 12:36:48 +02:00
AlexVonB
7dac92e85e
Allow for tables without header row
...
fixes #42
2021-05-16 19:02:04 +02:00
AlexVonB
fc29483899
bump to v0.7.3
2021-05-16 18:41:08 +02:00
AlexVonB
bd7a8d6990
Merge pull request #43 from jiulongw/develop
...
Fix missing whitespaces in <li> node
2021-05-16 18:39:58 +02:00
Jiulong Wang
ddfbf6a364
Keep important spaces in <li> element
2021-05-10 16:07:54 -07:00
Jiulong Wang
91a64e3cd4
Fix missing whitespaces in <li> node
2021-05-10 14:42:05 -07:00
AlexVonB
0fee4b0a80
bump to v0.7.2
2021-05-02 13:49:14 +02:00
AlexVonB
10e1ff3e6e
Merge pull request #23 from SimonIT/ordere-list-update
...
Ordered list update
2021-05-02 13:47:43 +02:00
AlexVonB
73800ced36
fixed whitespace issues at nested lists
2021-05-02 13:44:09 +02:00
AlexVonB
1538cacb94
Merge branch 'develop' into ordere-list-update
2021-05-02 10:58:13 +02:00
AlexVonB
f59f9f9a54
bump to v0.7.1
2021-05-02 10:50:49 +02:00
AlexVonB
bd22a16c9e
Merge pull request #40 from jiulongw/jiulongw/hr
...
Add conversion for hr element
2021-05-02 10:47:32 +02:00
AlexVonB
55fb96e3c0
fix hr tests
2021-05-02 10:45:52 +02:00
Jiulong Wang
5f102d5223
Add conversion for hr element
2021-04-29 13:41:28 -07:00
AlexVonB
651d5f00e8
bump to v0.7.0
2021-04-22 12:43:17 +02:00
AlexVonB
3cf324d03d
Merge pull request #36 from BrunoMiguens/add-basic-support-for-tables
...
Add basic support for tables
2021-04-22 12:41:54 +02:00
AlexVonB
96f7e7d307
Merge branch 'develop' into add-basic-support-for-tables
2021-04-22 12:40:16 +02:00
AlexVonB
e1dbbfad42
guard table lines with pipes, resolves the empty header problem
2021-04-22 12:36:11 +02:00
AlexVonB
d4882b86b9
bump to v0.6.6
2021-04-22 12:12:51 +02:00
AlexVonB
b47d5f11c8
Merge pull request #37 from andredelft/develop
...
Add `strong_em_symbol` and `newline` options to the converter
2021-04-18 21:35:16 +02:00
André van Delft
29c794e17d
Introduce OPTIONs for strong_em_symbol
2021-04-18 18:13:29 +02:00
André van Delft
e877602a5e
Separate the strong_em_symbol and newline style tests
2021-04-05 11:28:42 +02:00
André van Delft
5580b0b51d
Update README.rst
2021-04-05 11:13:52 +02:00
André van Delft
650f377b64
Fix linting
2021-04-05 11:13:19 +02:00
André van Delft
7ee87b1d32
Use .lower() on _style option fetching
2021-04-05 10:50:23 +02:00
André van Delft
16dbc471b9
Test newline_style
2021-04-05 10:47:55 +02:00
André van Delft
c04ec855dd
Change option to newline_style and use variables like heading_style does
2021-04-05 10:44:20 +02:00
André van Delft
8da0bdf998
Test strong_em_symbol
2021-04-05 10:28:46 +02:00
AlexVonB
a59e4b9f48
bump to v0.6.5
2021-02-21 23:09:44 +01:00
AlexVonB
fd293a9714
use python 3.8 instead of 3.6
2021-02-21 23:08:49 +01:00
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