issues
search
ProseMirror
/
prosemirror-markdown
ProseMirror Markdown integration
https://prosemirror.net
MIT License
344
stars
81
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Bug] default parser and serializer cannot handle `\t` special character
#126
Bistard
closed
1 month ago
1
TS2307: Cannot find module 'markdown-it/lib/token' or its corresponding type declarations
#125
Bistard
closed
2 months ago
1
Markdown-it import path does not align with current package
#124
rajsite
closed
3 months ago
1
render missing nodes
#123
BrianHung
closed
6 months ago
7
serialize missing marks to plain text
#122
BrianHung
closed
6 months ago
2
fix `parse` type to always return Node
#121
BrianHung
closed
6 months ago
1
update `MarkdownSerialize.serialize` type to accept `Fragment`
#120
BrianHung
closed
6 months ago
4
Escape "+" character at the start of text line (bullet list marker)
#119
aguingand
closed
7 months ago
1
symbol | in table cells
#118
ElenaMikhaylova
closed
6 months ago
2
Export default parser/serializer options
#117
runarberg
closed
9 months ago
2
How to use with Tables?
#116
god-of-javascript
closed
10 months ago
1
Markdown parser combines two or more same autolink into a single anchor element
#115
vivinkrishna-ni
closed
6 months ago
3
Don't escape + not followed by space
#114
remorses
closed
1 year ago
0
Don' escape `+++` at the start of a line when serializing
#113
remorses
closed
1 year ago
1
Numbers in headers
#112
possan
closed
1 year ago
1
Punycode is now a hard-dependency?
#111
WofWca
closed
1 year ago
4
Markdown-It is not ESM
#110
wagenet
closed
11 months ago
4
Mark's aren't serialized if root node isn't a block container
#109
spaceemotion
closed
1 year ago
2
What is the recommended method to update the src/schema.ts configuration in a project?
#108
stephane-klein
closed
1 year ago
1
expelEnclosingWhitespace not working with inner links
#107
ndoherty-xyz
closed
1 year ago
1
Don't escape number signs (#) if they won't be parsed as headings
#106
dragonman225
closed
1 year ago
1
Unnecessary escape for `#` character
#105
dragonman225
closed
1 year ago
2
Added failing test for inline code with html inside
#104
remorses
closed
1 year ago
1
Inline code with `<` characters does not parse correctly (html inside inline code)
#103
remorses
closed
1 year ago
2
Fix unnecessary period character escape
#102
dragonman225
closed
1 year ago
1
Unnecessary escape for the period (.) character
#101
dragonman225
closed
1 year ago
3
Allow list items to start with other nodes than paragraphs
#100
max-nextcloud
closed
1 year ago
2
Add support for passing an extra env object to the MarkdownSerializer
#99
segevfiner
closed
1 year ago
4
Add support for passing an extra env dictionary to the `MarkdownSerializer`
#98
segevfiner
closed
1 year ago
5
Don't clobber this.options in MarkdownSerializer
#97
segevfiner
closed
1 year ago
0
Remove the extra left bracket
#96
cncuckoo
closed
1 year ago
2
Remove the extra left bracket
#95
cncuckoo
closed
1 year ago
0
Allow to specify hard break node name
#94
aguingand
closed
1 year ago
3
Added reference to MarkdownIt typings
#93
m-gallesio
closed
1 year ago
3
HTML entity unescaping on parse can lead to unexpected results on serialize
#92
segevfiner
closed
1 year ago
5
Handling of `softbreak` is weird
#91
segevfiner
closed
1 year ago
4
fix: always adding new line in code block
#90
duongtn811
closed
1 year ago
1
Check content of code blocks for any sequence of backticks
#89
susnux
closed
2 years ago
3
Fenced code blocks does not check for backticks
#88
susnux
closed
2 years ago
0
allow empty string as firstDelim
#87
konstantinmuenster
closed
2 years ago
1
Support passing in markdown-it `env`
#86
segevfiner
closed
2 years ago
5
Support for restricted HTML
#85
segevfiner
closed
2 years ago
2
How to handle tables?
#84
segevfiner
closed
2 years ago
10
Wrong parsing of emphasis and strong emphasis formatting
#82
susnux
opened
2 years ago
2
Only add newline after hard line break if needed
#81
susnux
closed
2 years ago
0
Hard line breaks always also add newline
#80
susnux
closed
2 years ago
5
Fix escaping of parentheses in links and images
#79
susnux
closed
2 years ago
5
) in URL is not escaped
#78
susnux
closed
2 years ago
0
Link is split into multiple ones
#77
susnux
closed
2 years ago
0
Unneeded escaping of colons at the start of a line
#76
susnux
closed
2 years ago
2
Next