Trait URLRewriter

trait URLRewriter: RefUnwindSafe + Send + Sync

Trait for link and image URL rewrite extensions.

Required Methods

fn to_html(self: &Self, url: &str) -> String

Converts the given URL from Markdown to its representation when output as HTML.

Implementors