macro_rules! rumtk_web_render_markdown {
( $md:expr ) => { ... };
}Expand description
If using raw strings, do not leave an extra line. The first input must have characters or you will get
blocks regardless of what you do.
macro_rules! rumtk_web_render_markdown {
( $md:expr ) => { ... };
}If using raw strings, do not leave an extra line. The first input must have characters or you will get
blocks regardless of what you do.