'src' -> 'docs'
This commit is contained in:
17
docs/doc1.md
Normal file
17
docs/doc1.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Code Testing Example"
|
||||
summary: "An example of testing code blocks with Markdata."
|
||||
|
||||
date: 2020-01-22T21:24:52-08:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
# Markdata Example
|
||||
|
||||
Here's the Python code snippet from `ruamel.yaml `:
|
||||
|
||||
`code{'path': 'code/py/test.py', 'span': [11, 39], 'lang': 'python'}`
|
||||
|
||||
And here's our Mozilla code snippet:
|
||||
|
||||
`code{'path': 'code/js/test.js', 'span': [9, 14], 'lang': 'js'}`
|
Reference in New Issue
Block a user