[][src]Function mdx::ast::headings::atx_heading

pub fn atx_heading(
    input: &str
) -> IResult<&str, ATXHeading<'_>, ErrorTree<&str>>