Chrome, Windows, in a vuejs 3 project with a custom wrapper
Current Behavior
The customHTMLRenderer requires a complex, very specific AST implementation that is not easy to do and makes the project become very dependant on this editor and implementation.
Expected Behavior
It would be nice if it were somehow possible to provide a simple function that takes a markdown string and outputs an html string to the tui editor/viewer, so that other/custom markdown renderers can be used and exchanged easily. Losing certain features like automatic scrolling of the vertical side-by-side preview and having performance hits when using such simple transformers would be fine
Version
3.2.1
Development Environment
Chrome, Windows, in a vuejs 3 project with a custom wrapper
Current Behavior
The customHTMLRenderer requires a complex, very specific AST implementation that is not easy to do and makes the project become very dependant on this editor and implementation.
Expected Behavior
It would be nice if it were somehow possible to provide a simple function that takes a markdown string and outputs an html string to the tui editor/viewer, so that other/custom markdown renderers can be used and exchanged easily. Losing certain features like automatic scrolling of the vertical side-by-side preview and having performance hits when using such simple transformers would be fine