Render markdown document as a card

Markdown documents fulfilling the requirements will be rendered as cards. The card has three sections:

  1. Header with metadata
  2. Body with content
  3. Footer with references

Code blocks will get syntax highlighted using Pygments. Please consider installing PyMdown Extensions and enable pymdownx.superfences markdown_extension in mkdocs.yml to get syntax highlighting in code blocks nested in lists.