question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation for customMarkdownRenderer

See original GitHub issue

I’m trying to fix my issue mentioned here https://github.com/nhn/tui.editor/issues/485#issuecomment-947844068 so I’m looking into how to use the customMarkdownRenderer but I can’t find any clear documentation on how to use it. There is some stuff in https://github.com/nhn/tui.editor/pull/1343 that I’ll read now but would be nice to have it somewhere easier to find and more elaborated

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
js87zzcommented, Oct 25, 2021

@Powersource Sorry for late replying.

I think we need to modify our internal code for the customization of a paragraph. First of all, what I want to know for sure is that you want to handle \n as the softbreak?

Our editor handles \n as a hardbreak for compatibility with WYSIWYG.

It’ll be helpful if you tell me exactly what kind of operation you want for converting.

0reactions
stale[bot]commented, Jan 8, 2022

This issue will be closed due to inactivity. Thanks for your contribution!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started | Markdown Guide
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in...
Read more >
Tokenizer - Marked Documentation
Marked provides methods for directly overriding the renderer and tokenizer for any existing token type, as well as inserting additional custom renderer and ......
Read more >
markdown-it/architecture.md at master - GitHub
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed - markdown-it/architecture.md at master ...
Read more >
Markdown Renderer - Inkdrop Documentation
Inkdrop's markdown rendering system is built on top of remark, a markdown processor ... It is used for rendering Markdown with custom HTML...
Read more >
Markdown editing with Visual Studio Code
You can lock a Markdown preview using the Markdown: Toggle Preview Locking command to keep it locked to its current Markdown document.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found