middleman/middleman-core/fixtures/frontmatter-app/source/front-matter-pandoc.html.md.erb

14 lines
257 B
Plaintext
Raw Normal View History

---
layout: false
title: Pandoc likes trailing dots...
dotty_string: "..."
famous_quote: To be or not to be
popular_number: 42
...
# This is a document
<%= current_page.data.famous_quote %>
The meaning of life is <%= current_page.data.popular_number %>.