aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-19 17:09:16 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-19 17:09:16 +0200
commit5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5 (patch)
treed5725002bd5b28b91edb9e6e41ce90c9f3d5063d /readme.md
parentdc6b4ac40a715d724ee597c995eb05ab30baa6e2 (diff)
downloadmarkdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.tar.gz
markdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.tar.bz2
markdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.zip
Refactor to move more things to `util/`
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index f0d371a..bdeff01 100644
--- a/readme.md
+++ b/readme.md
@@ -179,8 +179,6 @@ The files in `src/` are as follows:
— helpers often needed when parsing markdown
- `compiler.rs`
— turns events into a string of HTML
-- `constants.rs`
- — magic numbers and sets used in markdown
- `event.rs`
— things with meaning happening somewhere
- `lib.rs`
@@ -195,8 +193,6 @@ The files in `src/` are as follows:
— handle content in other content
- `tokenizer.rs`
— glue the states of the state machine together
-- `unicode.rs`
- — info on unicode
## Examples