mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#60 added typograf
This commit is contained in:
parent
639b9815a8
commit
1f352d876e
2 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,7 @@ import {
|
|||
formatTextSanitizeTags,
|
||||
formatTextSanitizeYoutube,
|
||||
formatTextTodos,
|
||||
formatTextTypograf,
|
||||
} from '~/utils/formatText';
|
||||
import { splitTextByYoutube, splitTextOmitEmpty } from '~/utils/splitText';
|
||||
|
||||
|
@ -102,6 +103,7 @@ export const formatText = pipe(
|
|||
formatTextTodos,
|
||||
formatExclamations,
|
||||
formatTextDash,
|
||||
formatTextTypograf,
|
||||
formatTextMarkdown,
|
||||
formatTextSanitizeTags,
|
||||
formatTextClickableUsernames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue