Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
297 stars 82 forks source link

Source code won't display for some snippets #31

Closed vendethiel closed 8 years ago

vendethiel commented 9 years ago

Example here: http://examples.perl6.org/categories/best-of-rosettacode/accumulator-factory.html

Most of the examples seem to work fine, though.

zoffixznet commented 8 years ago

Looking at source code of those, seems to be a problem with handling intertwined POD

stmuk commented 8 years ago

I cheated and removed the 2nd POD section since it wasn't useful anyway!