diff options
Diffstat (limited to '')
-rw-r--r-- | src/constant.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/constant.rs b/src/constant.rs index b8b36ad..d84dda5 100644 --- a/src/constant.rs +++ b/src/constant.rs @@ -232,11 +232,7 @@ pub const SAFE_PROTOCOL_SRC: [&str; 2] = ["http", "https"]; /// constructs in markdown, most notable the whitespace required to form /// [code (indented)][code_indented]. /// -/// > 👉 **Note**: each [`Code::VirtualSpace`][vs] and `Code::Char('\t' | ' ')` -/// > counts. -/// /// [code_indented]: crate::construct::code_indented -/// [vs]: crate::tokenizer::Code::VirtualSpace pub const TAB_SIZE: usize = 4; /// The number of markers needed for a [thematic break][thematic_break] to form. |