| 
									
										
										
										
											2025-02-24 15:25:12 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Feb 24 14:34:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 3.1.2 | 
					
						
							|  |  |  |   * plugin: Fix footnote plugins when rendering ast | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-11 13:40:52 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Feb 11 10:31:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 3.1.1 | 
					
						
							|  |  |  |   * Change attribute name from markdown to md in the Plugin class | 
					
						
							|  |  |  |   * Improve ruby plugin | 
					
						
							|  |  |  |   * Fix render_toc_url method for rendering empty iterable | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-01-09 12:34:48 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan  8 15:56:07 UTC 2025 - Yunus Acar <yunus.acar@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 3.1.0: | 
					
						
							|  |  |  |   * Add typing-extensions into dependencies  -  by @lepture (93fd1) | 
					
						
							|  |  |  |   * Cleanup unused imports  -  by @lepture (6d046) | 
					
						
							|  |  |  |   * Make typing-extension optional dependency  -  by @lepture (f7db5) | 
					
						
							|  |  |  |   * Importing Self from typing_extensions  -  by @lepture (0772c) | 
					
						
							|  |  |  |   * Only HTML-escape codespan in HTML render  -  by @mentalisttraceur (245c0) | 
					
						
							|  |  |  |   * Only HTML-escape URLs when rendering to HTML  -  by @mentalisttraceur (f4237) | 
					
						
							|  |  |  |   * Use correct importing for typing_extensions  -  by @lepture (4f91d)  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - add conflicts with python-mistune2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-16 11:15:28 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Oct 16 10:36:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 3.0.2 | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  |  * fix RecursionError for lists | 
					
						
							| 
									
										
										
										
											2023-10-16 11:15:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-18 15:37:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner <sebix@sebix.at> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 3.0.1: | 
					
						
							|  |  |  |  - Add py.typed for mypy | 
					
						
							|  |  |  |  - Add tests, docs for sdist | 
					
						
							|  |  |  |  - Support renderer="ast" for rendering AST | 
					
						
							|  |  |  | - update to version 3.0.0: | 
					
						
							|  |  |  |  - Do not strip leading unicode spaces like emsp | 
					
						
							|  |  |  |  - Ensure new line at end of the text | 
					
						
							|  |  |  | - update to version 3.0.0rc5 | 
					
						
							|  |  |  |  - Fix fenced directives | 
					
						
							|  |  |  |  - Fix inline link parser | 
					
						
							|  |  |  |  - Fix block math plugin for multiple lines | 
					
						
							|  |  |  |  - Fix empty list item for markdown renderer | 
					
						
							|  |  |  | - update to version 3.0.0rc4: | 
					
						
							|  |  |  |  - Fix plugin footnotes when there is no newline at the end | 
					
						
							|  |  |  |  - Move safe HTML entities to HTMLRenderer | 
					
						
							|  |  |  |  - Redesign directives parsing | 
					
						
							|  |  |  |  - Add Image and Figure directive | 
					
						
							|  |  |  | - update to version 3.0.0rc3: | 
					
						
							|  |  |  |  - Render inline math with \( and \) | 
					
						
							|  |  |  |  - Added RSTRenderer, and MarkdownRenderer | 
					
						
							|  |  |  |  - Fix toc_hook method | 
					
						
							|  |  |  |  - Breaking change, rename RstDirective to RSTDirective | 
					
						
							|  |  |  | - update to version 3.0.0rc2: | 
					
						
							|  |  |  |  - Add spoiler plugin | 
					
						
							|  |  |  |  - Add collapse option for TableOfContents directive | 
					
						
							|  |  |  |  - Breaking change on directive design, added fenced directive | 
					
						
							|  |  |  | - update to version 3.0.0rc1: | 
					
						
							|  |  |  |  - Add superscript plugin | 
					
						
							|  |  |  | - update to version 3.0.0a3: | 
					
						
							|  |  |  |  - Fix ruby plugin | 
					
						
							|  |  |  |  - Change toc parameter depth to level | 
					
						
							|  |  |  | - update to version 3.0.0a2: | 
					
						
							|  |  |  |  - Escape block code in HTMLRenderer | 
					
						
							|  |  |  |  - Fix parsing links | 
					
						
							|  |  |  | - update to version 3.0.0a1: | 
					
						
							|  |  |  |  - redesigned mistune | 
					
						
							|  |  |  |  - plugins | 
					
						
							|  |  |  |  - directives | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-12 08:25:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Jun 12 08:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - cleanup | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-04 19:16:51 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu May  4 19:14:54 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 2.0.5: | 
					
						
							|  |  |  |   * Improve on parsing list. Make it possible to customize list | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  |     regex | 
					
						
							| 
									
										
										
										
											2023-05-04 19:16:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-21 14:21:42 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Apr 21 12:28:10 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - add sle15_python_module_pythons (jsc#PED-68) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Apr 13 22:42:35 UTC 2023 - Matej Cepl <mcepl@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Make calling of %{sle15modernpython} optional. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-19 09:16:12 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Sep 19 09:14:34 UTC 2022 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 2.0.4 (bsc#1201862, CVE-2022-34749): | 
					
						
							|  |  |  |   * Fix url plugin in <a> tag | 
					
						
							|  |  |  |   * Fix * formatting | 
					
						
							|  |  |  |   * Fix table plugin | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  |   * Security fix for CVE-2022-34749 | 
					
						
							| 
									
										
										
										
											2022-09-19 09:16:12 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-16 23:13:15 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Feb 16 23:12:46 UTC 2022 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 2.0.2: | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  |   * Fix escape_url | 
					
						
							| 
									
										
										
										
											2022-02-16 23:13:15 +00:00
										 |  |  | - drop 295-overagreesive-escape_url.patch (upstream) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-31 18:27:20 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2022-01-06 19:51:38 +00:00
										 |  |  | Thu Jan  6 19:50:25 UTC 2022 - Matej Cepl <mcepl@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Add 295-overagreesive-escape_url.patch make | 
					
						
							|  |  |  |   mistune.util.escape_url less aggressive | 
					
						
							|  |  |  |   (gh#lepture/mistune#295). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2021-12-31 18:27:20 +00:00
										 |  |  | Fri Dec 31 17:09:33 UTC 2021 - Ben Greiner <code@bnavigator.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 2.0.1 | 
					
						
							|  |  |  |   * Fix XSS for image link syntax. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-27 09:14:03 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Dec 26 17:24:01 UTC 2021 - Ben Greiner <code@bnavigator.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Cleanup specfile | 
					
						
							|  |  |  | - Unskip python36: required by httpbin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-17 10:16:22 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Dec 16 19:49:28 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Fix building on openSUSE 15.3 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-09 16:29:11 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Dec  6 13:13:49 UTC 2021 - Matej Cepl <mcepl@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 2.0.0: | 
					
						
							|  |  |  |   - Complete rewrite of the package with quite modern API. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-24 10:16:34 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Nov 24 10:16:00 UTC 2021 - Matej Cepl <mcepl@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Revert to 0.* version, because 2.* breaks python-m2r in the | 
					
						
							|  |  |  |   current moment. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-23 14:43:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl <mcepl@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Use %pycache_only %python_sitelib instead of %python3_sitelib | 
					
						
							|  |  |  |   fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-14 10:56:56 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Apr 14 10:24:24 UTC 2020 - Paolo Stivanin <info@paolostivanin.com> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-21 08:53:58 +00:00
										 |  |  | - Switch from nose to pytest | 
					
						
							| 
									
										
										
										
											2020-04-14 10:56:56 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-04 08:57:58 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Mar  4 08:56:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Drop the cython dependencies and mark package as noach: | 
					
						
							|  |  |  |   * Upstream dropped the cython code | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-11 22:21:10 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2019-03-04 08:55:28 +00:00
										 |  |  | Sat Mar  2 04:51:06 UTC 2019 - Arun Persaud <arun@gmx.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - specfile: | 
					
						
							|  |  |  |   * update copyright year | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 0.8.4: | 
					
						
							|  |  |  |   * Support an escaped pipe char in a table cell. #150 | 
					
						
							|  |  |  |   * Fix ordered and unordered list. #152 | 
					
						
							|  |  |  |   * Fix spaces between = in HTML tags | 
					
						
							|  |  |  |   * Add max_recursive_depth for list and blockquote. | 
					
						
							|  |  |  |   * Fix fences code block. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2017-12-11 22:21:10 +00:00
										 |  |  | Mon Dec 11 21:52:37 UTC 2017 - jengelh@inai.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Remove bias from description. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 09:26:36 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec  6 03:04:08 UTC 2017 - arun@gmx.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 0.8.3: | 
					
						
							|  |  |  |   * Fix nested html issue. #137 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - changes from version 0.8.2: | 
					
						
							|  |  |  |   * Fix _keyify with lower case. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Nov  8 19:01:39 UTC 2017 - arun@gmx.de | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-12 08:59:01 +00:00
										 |  |  | - update to version 0.8.1 bsc#1072307: | 
					
						
							| 
									
										
										
										
											2017-12-06 09:26:36 +00:00
										 |  |  |   * Security fix CVE-2017-16876, thanks Dawid Czarnecki | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 15:34:40 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Nov  6 16:58:50 UTC 2017 - arun@gmx.de | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-25 16:09:36 +00:00
										 |  |  | - update to version 0.8.0 bsc#1064640: | 
					
						
							|  |  |  |   * Also fixes CVE-2017-15612 | 
					
						
							| 
									
										
										
										
											2017-11-07 15:34:40 +00:00
										 |  |  |   * Remove non breaking spaces preprocessing | 
					
						
							|  |  |  |   * Remove rev and rel attribute for footnotes | 
					
						
							|  |  |  |   * Fix bypassing XSS vulnerability by junorouse | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-07 20:44:49 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2017-04-07 21:13:20 +00:00
										 |  |  | Fri Apr  7 21:13:02 UTC 2017 - toddrme2178@gmail.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Fix source url. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2017-04-07 20:44:49 +00:00
										 |  |  | Fri Apr  7 20:00:54 UTC 2017 - toddrme2178@gmail.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 0.7.4: | 
					
						
							|  |  |  |   * Fix escape_link method by Marcos Ojeda | 
					
						
							|  |  |  |   * Handle block HTML with no content by David Baumgold | 
					
						
							|  |  |  |   * Use expandtabs for tab | 
					
						
							|  |  |  |   * Fix escape option for text renderer | 
					
						
							|  |  |  |   * Fix HTML attribute regex pattern | 
					
						
							|  |  |  | - update to version 0.7.3: | 
					
						
							|  |  |  |   * Fix strikethrough regex | 
					
						
							|  |  |  |   * Fix HTML attribute regex | 
					
						
							|  |  |  |   * Fix close tag regex | 
					
						
							|  |  |  | - update to version 0.7.2: | 
					
						
							|  |  |  |   * Fix hard_wrap options on renderer. | 
					
						
							|  |  |  |   * Fix emphasis regex pattern | 
					
						
							|  |  |  |   * Fix base64 image link #80. | 
					
						
							|  |  |  |   * Fix link security per #87. | 
					
						
							|  |  |  | - update to version 0.7.1: | 
					
						
							|  |  |  |   * Fix inline html when there is no content per #71. | 
					
						
							|  |  |  | - specfile: | 
					
						
							|  |  |  |   * Initial singlespec version | 
					
						
							|  |  |  |   * update copyright year | 
					
						
							|  |  |  |   * updated source url to files.pythonhosted.org | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-13 12:25:50 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Aug 13 12:08:46 UTC 2015 - toddrme2178@gmail.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 0.7: | 
					
						
							|  |  |  |   * Fix the breaking change in version 0.6 with options: | 
					
						
							|  |  |  |     parse_inline_html and parse_block_html | 
					
						
							|  |  |  |   * Breaking change: remove parse_html option for explicit | 
					
						
							|  |  |  |   * Change option escape default value to True for security reason | 
					
						
							|  |  |  | - update to version 0.6: | 
					
						
							|  |  |  |   * Breaking change on inline HTML, text in inline HTML will not be | 
					
						
							|  |  |  |     parsed per #38. | 
					
						
							|  |  |  |   * Replace tag renderer with inline_html for breaking change on | 
					
						
							|  |  |  |     inline HTML | 
					
						
							|  |  |  |   * Double emphasis, emphasis, code, and strikethrough can contain one | 
					
						
							|  |  |  |     linebreak per #48. | 
					
						
							|  |  |  |   * Match autolinks that do not have / in their URI via #53. | 
					
						
							|  |  |  |   * A work around on link that contains ) per #46. | 
					
						
							|  |  |  |   * Add <font> tag for inline tags per #55. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-07 13:11:47 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Apr  7 11:16:51 UTC 2015 - zaitor@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to version 0.5.1: | 
					
						
							|  |  |  |   + Fix a bug when list item is blank via ipython#7929. | 
					
						
							|  |  |  |   + Use python-wheels to build wheels for Mac. | 
					
						
							|  |  |  | - Drop 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch | 
					
						
							|  |  |  |   fixed upstream. | 
					
						
							|  |  |  | - Fix source URL. | 
					
						
							|  |  |  | - Add fdupes BuildRequires and fdupes macro, remove duplicated | 
					
						
							|  |  |  |   files. | 
					
						
							| 
									
										
										
										
											2015-04-13 13:20:43 +00:00
										 |  |  | - Package LICENSE README.rst. | 
					
						
							| 
									
										
										
										
											2015-04-07 13:11:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-10 00:33:04 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Mar  8 20:48:24 UTC 2015 - tbehrens@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch | 
					
						
							|  |  |  |   to fix #8 in odpdown, and | 
					
						
							|  |  |  |   https://github.com/ipython/ipython/issues/7929. This is a backport | 
					
						
							|  |  |  |   from upstream master. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-09 15:31:21 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Feb  7 20:36:53 UTC 2015 - tbehrens@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to mistune 0.5: | 
					
						
							|  |  |  |   * For custom lexers, *features* is replaced with *rules* | 
					
						
							|  |  |  |   * Refactor on function names and codes | 
					
						
							|  |  |  |   * Add a way to output the render tree via `#20` | 
					
						
							|  |  |  |   * Fix emphasis and strikethrough regular expressions | 
					
						
							| 
									
										
										
										
											2015-02-09 15:31:41 +00:00
										 |  |  | - Changes from version 0.4.1 | 
					
						
							| 
									
										
										
										
											2015-02-09 15:31:21 +00:00
										 |  |  |   * Add option for parse markdown in block level html | 
					
						
							|  |  |  |   * Fix on lheading, any number of underline = or - will work | 
					
						
							|  |  |  |   * Patch for setup if Cython is available but no C compiler | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-10 10:02:53 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Oct  8 22:22:02 UTC 2014 - nevion@gmail.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | -initial import | 
					
						
							|  |  |  | 
 |