Timon de Groot
0ea95de4d0
Add code language callback
2022-04-09 13:22:28 +02:00
AlexVonB
ed3eee78d2
fixed readme
2022-01-24 18:18:19 +01:00
AlexVonB
ddda696396
bump to v0.10.3
2022-01-23 11:01:26 +01:00
AlexVonB
0a1343a538
allow BeautifulSoup objects to be converted
2022-01-23 11:00:19 +01:00
AlexVonB
9d0b839b73
wording
2022-01-23 10:59:24 +01:00
AlexVonB
d3eff11617
bump to v0.10.2
2022-01-18 08:53:33 +01:00
AlexVonB
bd6b581122
add option to not escape underscores
...
closes #59
2022-01-18 08:51:44 +01:00
AlexVonB
c8f7cf63e3
bump to v0.10.1
2021-12-11 14:44:34 +01:00
AlexVonB
12a68a7d14
allow flake8 v4.x
...
closes #57
2021-12-11 14:43:14 +01:00
AlexVonB
478b1c7e13
bump to v0.10.0
2021-11-17 17:10:15 +01:00
AlexVonB
ffcf6cbcb2
fix readme for code_language
2021-11-17 17:09:47 +01:00
AlexVonB
0ab0452414
add readme for code_language
2021-11-17 17:08:14 +01:00
AlexVonB
b62b067cbd
Merge branch 'Inzaniak-develop' into develop
2021-11-17 17:05:07 +01:00
AlexVonB
cb2646cd93
differentiated between text and code language
2021-11-17 17:03:31 +01:00
AlexVonB
9692b5e714
satisfy linter
2021-11-17 16:55:00 +01:00
Umberto Grando
ac68c53a7d
added language for multiline code
2021-11-01 21:19:35 +01:00
AlexVonB
40dd30419c
bump to v0.9.4
2021-09-04 21:50:05 +02:00
AlexVonB
da56f7f56a
Merge pull request #53 from Hozhyi/fix/bullet_list_tags_in_separate_lines
...
Fixed issue #52 - added stripping of text to list
2021-09-04 21:48:16 +02:00
AlexVonB
8400b39dd9
remove trailing whitespace to satisfy the linter
2021-09-04 21:47:27 +02:00
Viktor Hozhyi
5fc1441fe7
Added appropriate test
2021-09-04 20:51:08 +03:00
Viktor Hozhyi
044615eff1
Fixed issue #52 - added stripping of text to list
2021-09-04 12:39:30 +03:00
AlexVonB
dbd9f3f3d2
bump to v0.9.3
2021-08-25 08:53:17 +02:00
AlexVonB
0fdeb1ff6e
convert tags inside table cells as inline
...
in part resolves #49
2021-08-25 08:48:30 +02:00
AlexVonB
6a2f3a4b42
fix rst syntax error
2021-07-11 13:21:02 +02:00
AlexVonB
22180a166d
bump to v0.9.1
2021-07-11 13:13:31 +02:00
AlexVonB
16d8a0e1f7
Revert "add figure/figcaption"
...
This reverts commit 828e116530 .
2021-07-11 13:12:16 +02:00
AlexVonB
4aa6cf2a24
rewrote text processing to not escape _ in code
...
fixes #47
2021-07-11 13:10:59 +02:00
AlexVonB
828e116530
add figure/figcaption
...
for #46
2021-06-30 13:02:42 +02:00
AlexVonB
62e9f0de02
add examples for custom converters
...
closes #46
2021-06-27 15:53:23 +02:00
AlexVonB
cec570fc49
bump to v0.9.0
2021-05-30 19:10:31 +02:00
AlexVonB
a6a31624ad
add options for sub and sup tags
...
fixes #44
2021-05-30 19:07:43 +02:00
AlexVonB
6f3732307d
restructured test files
2021-05-30 19:06:52 +02:00
AlexVonB
8f6d7e500d
add option 'default_title' to links
...
fixes #39
2021-05-30 18:40:40 +02:00
AlexVonB
e96351b666
bump to v0.8.1
2021-05-30 11:20:16 +02:00
AlexVonB
129c4ef060
ignore doctype tag, test cdata tag
...
fixes #45
2021-05-30 11:18:18 +02:00
AlexVonB
9cb940cbc0
bump to v0.8.0
2021-05-21 14:17:51 +02:00
AlexVonB
70ef9b6e48
added pre tag
...
closes #15
2021-05-21 14:15:41 +02:00
AlexVonB
91d53ddd5a
refactor simple inline conversions
2021-05-21 13:53:00 +02:00
AlexVonB
079f32f6cd
added del and s tags
2021-05-21 12:27:49 +02:00
AlexVonB
89b577e91e
ordering functions alphabetically
2021-05-21 12:21:21 +02:00
AlexVonB
4bf2ea44fc
Merge branch 'AndrewCRichards-andrewcrichards/add_code_samp_kbd_tags' into develop
2021-05-21 12:13:48 +02:00
AlexVonB
77797ebb79
Merge branch 'andrewcrichards/add_code_samp_kbd_tags' of https://github.com/AndrewCRichards/python-markdownify into AndrewCRichards-andrewcrichards/add_code_samp_kbd_tags
2021-05-21 12:11:59 +02:00
AlexVonB
9f3c4c9fa0
bump to v0.7.4
2021-05-18 10:42:16 +02:00
AlexVonB
967db26b3a
Merge branch 'fix-headless-tables' into develop
2021-05-18 10:41:42 +02:00
AlexVonB
ea81407b87
implemented table parsing correctly
...
instead of manually walking down the dom tree
in a table, we now rely on the main descent loop
and just implement conversion for rows and cells
correctly. this enables the use of html inside a
table cell.
2021-05-17 14:00:00 +02:00
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