macro_rules! markdown { ($markdown:expr) => { ... }; }
Helper macro for rendering markdown content without using the MarkdownContent boilerplate.