mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Remove key-value pair and switch "``md" to "
``"
This commit is contained in:
parent
c771fc6ac7
commit
27f6cc36dd
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Pod
|
language: Pod
|
||||||
name: Perl 6 Pod
|
|
||||||
contributors:
|
contributors:
|
||||||
- ["Luis F. Uceta", "https://uzluisf.gitlab.io/"]
|
- ["Luis F. Uceta", "https://uzluisf.gitlab.io/"]
|
||||||
filename: learnpod.pod6
|
filename: learnpod.pod6
|
||||||
@ -50,7 +49,7 @@ Every Pod document has to begin with `=begin pod` and end with `=end pod`.
|
|||||||
Everything between these two delimiters will be processed and used to
|
Everything between these two delimiters will be processed and used to
|
||||||
generate documentation.
|
generate documentation.
|
||||||
|
|
||||||
```md
|
```
|
||||||