issues
search
wooorm
/
markdown-rs
CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.21/markdown/
MIT License
965
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature Request: Add tag for release `0.3.0`
#157
freeform-andre
closed
4 days ago
4
Allow rendering `markdown::mdast::Node` directly to HTML
#156
wiktor-k
closed
2 weeks ago
4
[feature request] Option: encode local image to base64
#155
lengyijun
opened
3 weeks ago
1
Fix clippy issues
#154
bnchi
opened
1 month ago
0
Add mdx serialization support
#153
bnchi
opened
1 month ago
1
Fix expressions indent
#152
bnchi
opened
1 month ago
2
Links with urls containing spaces not parsed as links
#151
christofferaakre
closed
1 month ago
2
MdxFlowExpression doesn't seem to preserve white space in values
#150
bnchi
opened
1 month ago
8
Integrate into Google OSS Fuzz
#149
LeoDog896
opened
1 month ago
10
Add support for serializing math nodes as markdown
#148
bnchi
closed
1 month ago
7
Improve the docs when running cargo docs and fix the Clippy warnings for mdast_util_to_markdown
#147
bnchi
closed
1 month ago
4
FootnoteReference being parsed as text.
#146
PhilLavoie
closed
1 month ago
2
The number of newlines after a list alters output of `to_html`
#144
martinhath
opened
2 months ago
1
HTML output of input with frontmatter strip first newline in first paragraph
#143
martinhath
opened
2 months ago
1
Fixed serde of table align
#142
h7kanna
closed
2 months ago
1
Panic on markdown::to_html("- ")
#141
cpprust
closed
2 months ago
1
Added serde tests
#140
h7kanna
closed
2 months ago
2
Panic with setext heading containing text and JSX tag without matching close
#139
begleynk
opened
2 months ago
1
Fix parsing of JSX with expression
#138
begleynk
closed
2 months ago
1
Added tests for Serde
#137
h7kanna
closed
2 months ago
9
Unable to parse inline JSX element with MDX expression child
#136
begleynk
closed
2 months ago
5
Fix serde, change `BlockQuote` -> `Blockquote`
#135
h7kanna
closed
2 months ago
9
Markdoc for Markdown-RS
#133
rorychatterton
closed
2 months ago
2
InvalidFormat Error
#132
YSOcean
closed
2 months ago
3
The spread and ordered fields in list and list items nodes should be optional
#131
bnchi
closed
2 months ago
2
Windows absolute image paths not working
#130
tdaron
closed
2 months ago
1
Incorrect parsing of list + decoration + hard break
#129
lucasavila00
closed
2 months ago
1
setting the links to nofollow
#128
szabgab
closed
2 months ago
1
Serialize mdast to markdown
#127
bnchi
closed
1 month ago
25
Installing as a binary
#126
ghost
closed
3 months ago
4
Q: support for auto-coloring Rust code?
#125
amab8901
closed
3 months ago
3
MathJax delimiters
#124
ronnodas
opened
3 months ago
5
Fix padded code (text) in mdast
#123
yshavit
closed
3 months ago
6
mdast Inline code should strip prefix+suffix space
#122
yshavit
closed
3 months ago
7
Fix panic on incomplete closing frontmatter fence
#121
nokome
closed
3 months ago
3
Update dev-dependencies
#120
wooorm
closed
3 months ago
8
Add support for nested fenced code blocks
#119
nokome
closed
4 months ago
4
Panic when testing XSS fussing
#118
kimtore
closed
4 months ago
8
Prevent lettered list ?
#117
haheute
closed
5 months ago
3
Clarification about MdxJsxFlow/TextElement (discrepancy between MDX Playground?)
#116
begleynk
closed
6 months ago
3
Expose to_html::compile
#115
mousetail
closed
6 months ago
8
Add error message struct
#114
wooorm
closed
7 months ago
1
Performance: larger MDX files are unmanagably slow to parse
#113
robsimmons
opened
7 months ago
6
HTML in markdown
#112
uberFoo
closed
7 months ago
2
Whitespace text nodes cannot appear as a child of <tr>
#111
10Derozan
opened
7 months ago
0
Would `to_mdast()` return variants of `mdast::Node` other than `mdast::Node::Root`?
#109
lo48576
opened
8 months ago
1
Would you consider exposing a more structured error type?
#108
begleynk
closed
7 months ago
8
Convert HTML into Markdown
#107
izyuumi
closed
9 months ago
2
crate::Options is not `Sync`
#104
stephenlf
closed
9 months ago
6
Mark mdast lists as spread if any children are spread
#103
begleynk
closed
9 months ago
5
Next