|
|
|
|
|
by codetrotter
730 days ago
|
|
Advent of Code exercises are almost pure markdown, but rendered to HTML. I’ve sometimes been converting it back to md to include the text for each exercise alongside my solutions. In my case I used a custom HTML to Markdown converter that was specifically built to support only what I needed in order to convert those Advent of Code exercises to markdown. Mine was also written in Rust. |
|