diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-05 15:20:00 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-05 15:22:01 +0200 |
commit | 57673d17336371ca5a98cd8d0ce2b01137b43431 (patch) | |
tree | 9b015d887d5df2de6799e44e2bc100c91d0ecb5c /src/construct/raw_text.rs | |
parent | 3d00bf57a225369120fd98bee36f65a541260da1 (diff) | |
download | markdown-rs-57673d17336371ca5a98cd8d0ce2b01137b43431.tar.gz markdown-rs-57673d17336371ca5a98cd8d0ce2b01137b43431.tar.bz2 markdown-rs-57673d17336371ca5a98cd8d0ce2b01137b43431.zip |
Fix some todos
Diffstat (limited to 'src/construct/raw_text.rs')
-rw-r--r-- | src/construct/raw_text.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/construct/raw_text.rs b/src/construct/raw_text.rs index 1a4d03c..6a35608 100644 --- a/src/construct/raw_text.rs +++ b/src/construct/raw_text.rs @@ -112,7 +112,6 @@ //! [text]: crate::construct::text //! [code_indented]: crate::construct::code_indented //! [raw_flow]: crate::construct::raw_flow -//! [math_flow]: # "to do" //! [html_code]: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element use crate::event::Name; |