feat: add remark widont extension

Idea from this article: https://eatmon.co/blog/remove-runts-markdown/
This commit is contained in:
Stefan Imhoff
2023-06-10 18:55:54 +02:00
parent 6a70a26ab7
commit 9b3e5265bd
5 changed files with 25 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ export * from './date';
export * from './format-posts';
export * from './pick-two-random-colors';
export * from './remark-reading-time';
export * from './remark-widont';
export * from './sort-by-alphabet';
export * from './sort-by-date';
export * from './sort-by-sortkey';