18 lines
392 B
Markdown
18 lines
392 B
Markdown
---
|
|
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'}`
|