@productboard/slate-hyper-markdown
v1.1.1
Published
Slate Markdown serializer based on marked.js.
Readme
Slate markdown serializer
Motivation
At first we wanted to use Netlify's slate-markdown-serializer since it does exactly what we need.
There were, however, several tiny issues:
- It does not seem to be updated anymore (last update is from two years ago, but this could have been solved using tommoor's fork)
- Both libraries reuse parts
markedwhich prevents simple updates - Both libraries dictate
typestring forBlock,InlineandMark - Both libraries lack TypeScript support
