Skip to content

Commit ba54d84

Browse files
authored
Merge pull request #99 from tbrowder/tbrowder
update
2 parents 5bd283e + 460ffc2 commit ba54d84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

raku-advent-2022/articles/tbrowder.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Santa and the Rakupod Wranglers
1+
Santa and the Rakupod Wranglers
2+
===============================
23

34
Santa's world was increasingly going high-tech, and his IT department was polishing off its new process that could take the millions of letters received from boys and girls around the world, scan them into digital form with state-of-the-art optical character recognition hardware, and produce outputs that could greatly streamline the Santa Corporation's production for Christmas delivery.
45

@@ -14,7 +15,7 @@ Side note: Conversion between various digital document formats has been a fruitf
1415

1516
* HTML
1617

17-
Other non-Raku converters include [https://pandoc.org](Pandoc) and [https://sphinx-doc.org](Sphinx) which strive to be *universal* converters with varying degrees of fidelity depending upon the input or output formats chosen.
18+
Other non-Raku converters include [Pandoc](https://pandoc.org) and [Sphinx](https://sphinx-doc.org) which strive to be *universal* converters with varying degrees of fidelity depending upon the input or output formats chosen.
1819

1920
But back to the immediate situation: getting Markdown transformed to PDF.
2021

@@ -62,7 +63,7 @@ TO BE ADDED
6263

6364
Finally, a prettier version of PDF is produced. More features could be added with more detailed, but more complex, processing with other `PDF::*` modules, but that project is for another day--Santa's archivist Elves are happy for now!
6465

65-
And the product is a present from Santa to all the Raku-using folks around the world: the two-part article from Tony O'Dell (AKA @tony-o) for creating an Apache website with Jonathon's Raku `Cro` libraries! (See the original posts at [https://deathbykeystroke.com/articles/20220224-building-a-cro-app-part-1.html](Part1) and [https://deathbykeystroke.com/articles/20220923-building-a-cro-app-part-b.html](Part2).)
66+
And the product is a present from Santa to all the Raku-using folks around the world: the two-part article from Tony O'Dell (AKA @tony-o) for creating an Apache website with Jonathon's Raku `Cro` libraries! (See the original posts at [Part1](https://deathbykeystroke.com/articles/20220224-building-a-cro-app-part-1.html) and [Part2](https://deathbykeystroke.com/articles/20220923-building-a-cro-app-part-b.html).)
6667

6768
Santa's Epilogue
6869
----------------
@@ -75,3 +76,4 @@ Footnotes
7576
---------
7677

7778
1. *A Christmas Carol*, a short story by Charles Dickens (1812-1870), a well-known and popular Victorian author whose many works include *The Pickwick Papers*, *Oliver Twist*, *David Copperfield*, *Bleak House*, *Great Expectations*, and *A Tale of Two Cities*.
79+

0 commit comments

Comments
 (0)