12345678910111213141516 |
- safe: true
- source: .
- markdown: redcarpet
- redcarpet:
- extensions: ["smart", "tables", "no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
- title: KPD
- defaults:
- -
- scope:
- path: ""
- type: "posts"
- values:
- layout: "post"
- author: "Kyle P. Davis"
|