markdown: parse emails and phone numbers (#365)

* markdown: parse emails and phone numbers

* phone parsing

* refactor
This commit is contained in:
Evgeny Poberezkin
2022-02-24 07:55:18 +00:00
committed by GitHub
parent b7a06dd0cf
commit 51f5982205
9 changed files with 105 additions and 86 deletions

View File

@@ -23,6 +23,7 @@ dependencies:
- containers == 0.6.*
- cryptonite >= 0.27 && < 0.30
- directory == 1.3.*
- email-validate == 2.3.*
- exceptions == 0.10.*
- filepath == 1.4.*
- mtl == 2.2.*