'src' -> 'docs'

This commit is contained in:
Joseph Kato
2020-01-22 22:04:43 -08:00
parent 654b640c57
commit 64d05b3f9c
5 changed files with 7 additions and 129 deletions

17
docs/doc1.md Normal file
View 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'}`