Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add links for needed modules in Rendering Pod section
  • Loading branch information
Christian Sánchez committed Oct 19, 2018
1 parent 5d579ef commit c7e2667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/pod.pod6
Expand Up @@ -559,7 +559,7 @@ Perl 6 makes considerable use of the « and » characters.
=head2 HTML
In order to generate HTML from Pod, you need the C<Pod::To::HTML> module.
In order to generate HTML from Pod, you need the L<Pod::To::HTML module|https://github.com/perl6/Pod-To-HTML>.
If it is not already installed, install it by running the following command:
C<zef install Pod::To::HTML>
Expand All @@ -571,7 +571,7 @@ perl6 --doc=HTML input.pod6 > output.html
=head2 Markdown
In order to generate Markdown from Pod, you need the C<Pod::To::Markdown> module.
In order to generate Markdown from Pod, you need the L<Pod::To::Markdown module|https://github.com/softmoth/perl6-pod-to-markdown>.
If it is not already installed, install it by running the following command:
C<zef install Pod::To::Markdown>
Expand Down

0 comments on commit c7e2667

Please sign in to comment.