vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

Don't render % tags or YAML headers

Open boardfish opened this issue 7 years ago • 0 comments

You can use % tags to set the title and author of the document, or use YAML headers, as follows:

% The Chomsky Hierarchy
% Simon Fish

or

---
title:
- The Chomsky Hierarchy ('56)
author:
- Simon Fish
---

This is compatible with pandoc, especially when used with LaTeX. vim-markdown-composer renders these in either use case, and I don't feel as though it should unless there were a nice way to interpret the information (e.g.)

Title author

.

boardfish avatar Nov 27 '17 11:11 boardfish