bhollis / maruku

A pure-Ruby Markdown-superset interpreter (Official Repo).
MIT License
500 stars 80 forks source link

Keywords: -line for adding tags #7

Open vibrog opened 14 years ago

vibrog commented 14 years ago

Allow a ^Keywords:-line to add tags to Markdown documents, as well as convert these into HTML

<meta name="keywords" content="keywords, tags, markdown, example"/>

or LaTeX

\usepackage[
    pdfkeywords={keywords, tags, markdown, example},
]{hyperref}