computable-pandoc/tests/pass.lit.warns.md

32 lines
314 B
Markdown
Raw Normal View History

2023-03-16 15:58:56 -06:00
# Block Override
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
id: fn1
...
2023-04-19 12:33:35 -06:00
1 + 1
2023-03-14 15:40:43 -06:00
Override:
2023-03-16 15:58:56 -06:00
---
id: fn1
...
2023-04-19 12:33:35 -06:00
1 + 2
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
# Block with Language and Command
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
id: fn4
lang: python
cmd: python -E -X utf8
...
2023-04-19 12:33:35 -06:00
1 + 1
2023-03-14 15:40:43 -06:00
2023-04-19 12:33:35 -06:00
# Block with Unused Argument
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
2023-04-19 12:33:35 -06:00
id: fn3
args:
a: 1
2023-03-16 15:58:56 -06:00
...
2023-04-19 12:33:35 -06:00
1 + 1