pub const MAN_PANDOC_INC_HTML: &[u8] = b"<style>\n /* Inline code. */\n code {\n background-color: #eee;\n }\n\n /* Preformatted code, notably the examples. */\n pre code {\n white-space: pre;\n background-color: inherit;\n }\n</style>\n";Expand description
pandoc helper file to convert a man page to HTML.