aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/string.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:30:34 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:30:34 +0200
commit769963fd3fe9e7027915fc0ddfc2b0e881aa6952 (patch)
tree4aa01bfc838d92293e978ed37a4a83801bf8e727 /src/content/string.rs
parentc7a46d3cc22bd0b029ff97623cee31c6ec38fdfb (diff)
downloadmarkdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.tar.gz
markdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.tar.bz2
markdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.zip
Add some more enabled tests
Diffstat (limited to '')
-rw-r--r--src/content/string.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/string.rs b/src/content/string.rs
index efb6e60..c3e825e 100644
--- a/src/content/string.rs
+++ b/src/content/string.rs
@@ -17,8 +17,6 @@ use crate::construct::{
};
use crate::tokenizer::{Code, State, StateFnResult, TokenType, Tokenizer};
-// To do: line endings?
-
/// Before string.
///
/// ```markdown