Skip to content

Insert File

Jacob Chirayil edited this page Feb 13, 2019 · 3 revisions

Insert File

file: copyright.txt

Copyright (c) 2019 Acme Inc. All rights reserved.

file: file1.md

---
title: File1
---
File with copyright notice.
{#insert copyright.txt}

output: file1.html

<p>Another file with copyright notice.</p>
<p>Copyright (c) 2019 Acme Inc. All rights reserved.</p>

Clone this wiki locally