Markdown

The dependencies necessary for this plugin can be installed using the markdown extra.

class pysmith.contrib.web.markdown.Markdown(*, match_pattern='*.md', extras=None)[source]

Renders markdown into html. The file’s contents will be updated and the source file will not be renamed.

Parameters
  • match_pattern (str) – The pattern of files to render.

  • extras (list(str) or None) – A list of extras to pass to markdown2.