mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Add some minor changes:
- Remove Pod version of the document - Change Perl 6 to Raku Perl 6 - Formatting
This commit is contained in:
parent
b7509d84a4
commit
40b4e172e8
@ -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.
|
||||
```
|
||||