rendering md with layouts
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
+++
|
||||
layout = "layouts/post.html"
|
||||
title = "Pest Toast"
|
||||
+++
|
||||
Test
|
||||
===
|
||||
|
||||
This is a test. This is only a test.
|
||||
~~~rust
|
||||
fn main() {
|
||||
println!("Here is some Rust")
|
||||
}
|
||||
~~~
|
||||
|
||||
|This|is|
|
||||
|----|--|
|
||||
|a|table|
|
||||
|
||||
Reference in New Issue
Block a user