Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 256 Bytes

markdown.md

File metadata and controls

22 lines (14 loc) · 256 Bytes
description
Markdwon utility

Markdown

Convert

It accept text or filepath

html = naas_drivers.markdown.convert("# My title")

Display

It accept text or filepath

naas_drivers.markdown.display("# My title")