Updated markdown utils to use underscore instead of dash
• Updated: - markdown utils to use underscore instead of dash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// https://raw.githubusercontent.com/Rosey/markdown-draft-js/main/src/draft-to-markdown.js
|
||||
// https://raw.githubusercontent.com/Rosey/markdown-draft-js/main/src/draft_to_markdown.js
|
||||
const TRAILING_WHITESPACE = /[ \u0020\t\n]*$/;
|
||||
|
||||
// This escapes some markdown but there's a few cases that are TODO -
|
||||
@@ -1,4 +1,4 @@
|
||||
// https://raw.githubusercontent.com/Rosey/markdown-draft-js/main/src/markdown-to-draft.js
|
||||
// https://raw.githubusercontent.com/Rosey/markdown-draft-js/main/src/markdown_to_draft.js
|
||||
import { Remarkable } from 'remarkable';
|
||||
|
||||
const TRAILING_NEW_LINE = /\n$/;
|
||||
Reference in New Issue
Block a user