mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
feat: add helper to check that the line is blank
This commit is contained in:
parent
4b6c2a5159
commit
46fc4b0518
1 changed files with 2 additions and 1 deletions
|
|
@ -6,4 +6,5 @@ export * from "./getShifterStart";
|
|||
export * from "./hasInterferer";
|
||||
export * from "./retrieveDelimSpec";
|
||||
export * from "./validateDelim";
|
||||
export * from "./disableEscape";
|
||||
export * from "./disableEscape";
|
||||
export * from "./isBlankLine";
|
||||
Loading…
Reference in a new issue