Mikko Korpela
|
ebb9ea713d
|
Fix detection of "first row, not headline" (#63)
Improved handling of "first row, not headline".
Works for tables with
1) neither thead nor tbody
2) tbody but no thead
|
2022-04-14 10:24:32 +02:00 |
|
AlexVonB
|
87b9f6c88e
|
bump to v0.11.0
|
2022-04-13 20:47:30 +02:00 |
|
AlexVonB
|
bda367dad9
|
Merge branch 'tdgroot-code_language_callback' into develop
closes #64
|
2022-04-13 20:44:18 +02:00 |
|
AlexVonB
|
61e8940486
|
added readme for callback
|
2022-04-13 20:42:38 +02:00 |
|
AlexVonB
|
35479d2d3b
|
Merge branch 'code_language_callback' of https://github.com/tdgroot/python-markdownify into tdgroot-code_language_callback
|
2022-04-13 20:25:37 +02:00 |
|
AlexVonB
|
b589863715
|
add escaping of asterisks and option to disable it
closes #62
|
2022-04-13 20:04:12 +02:00 |
|
AlexVonB
|
423b7e948c
|
add option to allow inline images in selected tags
fixes #61
|
2022-04-13 19:55:34 +02:00 |
|
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 |
|