Skip to content

Instantly share code, notes, and snippets.

@JJ
Created November 25, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJ/906311e8f932aef07ac16091479c9f48 to your computer and use it in GitHub Desktop.
Save JJ/906311e8f932aef07ac16091479c9f48 to your computer and use it in GitHub Desktop.
Raku Advent 2022: Markdown Grammar by Tom Browder
# 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