Markup: POD6 not actually supported

Created on 23 Feb 2019  路  2Comments  路  Source: github/markup

should be supported per here:

https://github.com/github/markup#markups

if you try to create a file readme.pod6 like this:

~~~
=head1 top level heading

=head2 second level heading

=head3 third level heading
~~~

you just get this output:

~
=head1 top level heading =head2 second level heading =head3 third level heading
~

Most helpful comment

We'll get a new rendering without execution, and we'll submit the PR again.

All 2 comments

Thanks for flagging this; I've removed it from the README. Support had to be withdrawn for security reasons -- Pod::To::HTML actually executes the perl6 program as part of generating its docs, which we can't allow.

We'll get a new rendering without execution, and we'll submit the PR again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

doggy8088 picture doggy8088  路  4Comments

kenlunde picture kenlunde  路  4Comments

Alhadis picture Alhadis  路  6Comments

zoffixznet picture zoffixznet  路  6Comments

woodruffw picture woodruffw  路  6Comments