-
```
$ cat a.pod6
=begin Html
what?
=end Html
```
## The Problem
Using perl6 --doc on this file emits the raw HTML
## Expected Behavior
Since we're doing pod 2 text here, I would expec…
-
## The Problem
```
my class X::Syntax::Comment::Embedded does X::Syntax {
method message() { "Opening bracket required for #` comment" }
}
```
the perl6/doc styleguide requires that we use…
-
I have loaded files with the `.pod6` extension, and they do not seem to be recognized.
-
POD6 allows
```
=head1 DUMP
Each line of output consists 5 elements, 2 elements, the tree and ..
```
But it renders a very ugly HTML from MD, adding a space, like below, fixes the problem but…
-
I think an online Pod6 editor is a brilliant idea and has the potential to promote Pod6 a lot because of its approachability. (Opening a website has the lowest barrier of entry one can possibly have.)…
-
I am not sure what's the status of the Pod6 implementation. @tbrowder has been doing a great job so far, but I'm not sure who else is taking care of that. A lot of what needs to be done is included [i…
-
Currently GitHub renders `.pod6` files as text. It would be great if they were parsed and rendered properly as POD6 files (with proper HTML output).
Example: https://github.com/perl6/doc/blob/maste…
-
Output from latest installation attempt. This includes the fix from #30:
```
$ zef install .
===> Testing: Pod::Coverage:ver
===SORRY!===
Could not find Pod::Coverage::Result at line 4 in:
…
Xliff updated
6 years ago
-
Any POD6 stanzas in the current CompUnit is available as $=pod.
Accessing the POD6 in another file, eg., a documentation file in a directory, is not specified. Consequently, extracting the POD6 ar…
-
Such as this one:
https://github.com/Tux/CSV/blob/master/lib/Text/CSV.pod6