A markdown test page
Markdown
plain text is markdown strike
span text is markdown
bold text is markdown
some
code text is markdown
too, but as a block (unusable)
HTML
div _text_ is **html** ~strike~ hey <baburiba>hey<baburiba> & { []() } \babu \\
div _text_ is **html** even in span **bold** _italic_
p _text_ is **html** ~strike~
but code is not good!
table _text_ is **html** |
- dt _text_ is **html**
- dt _text_ is **html**
- li _text_ is **html**
blockquote _text_ is **html**
quoted code _text_ is **html**
pre code
_text_ is **html**
Braces
braces are not interpreted in { markdown }
nor in { html }
note
A blank line ends the block-level HTML element.
const cleaned = str.replace(/^\s*$(?:\r\n?|\n)/gm, '');
const cleaned = str.replace(/^\s*$(?:\r\n?|\n)/gm, ' \n')
const fixed = str.replace(/^\s*$/gm, ' ');
S function_traits<R(*)(Args_T...)> | Struct template specialisation for extracting function traits from function pointer types |
S value<T, type_traits::requires_t< type_traits::is_floating_point_v< T > >> | Struct template representing a floating point value with precision control |
S requires_<bool> | Struct template for SFINAE requirements |
C test_suite_base | Base class for all test suites |
C test_suite | Represents a named group of test cases that self-register to the runner |