Created
November 25, 2022 14:06
-
-
Save JJ/906311e8f932aef07ac16091479c9f48 to your computer and use it in GitHub Desktop.
Raku Advent 2022: Markdown Grammar by Tom Browder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# By Tom Browder https://github.com/tbrowder | |
use Markdown::Grammar:ver<0.4.0>; | |
my $markdown-doc = "poem.md"; | |
my $pod-doc = "poem.rakudoc"; | |
$pod-doc = from-markdown $markdown-doc, :to("pod"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment