1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00

Merge pull request #3438 from uzluisf/pod6-revision

[perl6-pod/en] Add some minor changes
This commit is contained in:
Divay Prakash 2019-01-03 14:46:16 +05:30 committed by GitHub
commit d08c4a7f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

Internal Server Error - Irisnetwork
500 Internal Server Error

Gitea Version: 1.23.1

@ -5,17 +5,14 @@ contributors:
filename: learnpod.pod6
---
Perl 6 Pod is an easy-to-use and purely descriptive mark-up language,
Pod is an easy-to-use and purely descriptive mark-up language,
with no presentational components. Besides its use for documenting
Perl 6 programs and modules, Pod can be utilized to write language
Raku Perl 6 programs and modules, Pod can be utilized to write language
documentation, blogs, and other types of document composition as well.
Pod documents can be easily converted to HTML and many other formats
(e.g., Markdown, Latex, plain text, etc.) by using the corresponding
variant of the `Pod::To` modules (e.g. `<Pod::To::HTML>` for HTML conversion).
Note: This document can be also be found as a Pod document
[here](https://git.io/fpxKI).
variant of the `Pod::To` modules (e.g. `Pod::To::HTML` for HTML conversion).
- [General Info](#general-info)
- [Pod Basics](#pod-basics)
@ -52,21 +49,23 @@ generate documentation.
```