marko icon indicating copy to clipboard operation
marko copied to clipboard

A markdown parser with high extensibility.

Results 14 marko issues
Sort by recently updated
recently updated
newest added

Hey, thanks for this library! I've come accross an issue where double backslashes are lost. Losing the `\\` is causing newlines to be lost in MathJax rendering. ### Minimal example...

The [commonmark-hs](https://github.com/jgm/commonmark-hs) library used by pandoc has a very nice [attributes extension](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/attributes.md) that allows attributes to be attached to any inline or block elements, e.g: ``` {.test} * foo *...

Update locked dependencies. ## Update summary There are 1 updates: | | Package | From | To | | --- | --- | --- | --- | | :arrow_up: |...

automated pr

Convenience method for parsing text obtained from file.

Update locked dependencies. ## Update summary There are 1 updates: | | Package | From | To | | --- | --- | --- | --- | | :arrow_up: |...

automated pr

Consider this markdown: ``` - first paragraph 1 - second paragraph 2 ``` If I parse and render it with Markdown renderer the result is different: ```python import marko from...

Update locked dependencies. ## Update summary There are 1 updates: | | Package | From | To | | --- | --- | --- | --- | | :arrow_up: |...

automated pr

Update locked dependencies. ## Update summary There are 1 updates: | | Package | From | To | | --- | --- | --- | --- | | :arrow_up: |...

automated pr

Update locked dependencies. ## Update summary There are 1 updates: | | Package | From | To | | --- | --- | --- | --- | | :arrow_up: |...

automated pr

## Steps to replicate 1. Go to https://marko-py.readthedocs.io/en/latest/index.html 2. Click the "Tests" badge ![image](https://github.com/user-attachments/assets/e37333bc-1471-4298-9103-7eb105a6aed9) 3. Observe 404 page ![image](https://github.com/user-attachments/assets/c4008e4f-c78e-410b-83bc-0099dad66bec)