Skip to content

Commit

Permalink
CRISTAL-418: Bold text around links is not parsed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Jan 14, 2025
1 parent 8d68211 commit a639412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/tiptap/src/extensions/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function (
this.editor.storage.markdown.parser.md =
this.editor.storage.markdown.parser.md.use((md: MarkdownIt) => {
md.core.ruler.before(
"inline",
"linkify",
"markdown-internal-links",
parseInternalLinks(modelReferenceParser, remoteURLSerializer),
);
Expand Down

0 comments on commit a639412

Please sign in to comment.