Crates.io | aoc-puzzle-desc-md |
lib.rs | aoc-puzzle-desc-md |
version | 0.10.0 |
source | src |
created_at | 2019-12-30 05:11:26.532486 |
updated_at | 2023-10-25 03:58:20.046496 |
description | AoC'19 Puzzle Description HTML |
homepage | |
repository | https://github.com/ctsrc/puzzle-desc-md |
max_upload_size | |
id | 193438 |
size | 76,867 |
<article>
Fragment to Markdown ConverterConvert AoC'19 Puzzle Description HTML fragments to Markdown.
See also: Advent of Code 2019 Solutions.
Markdown output is written to stdout. Use shell redirection features to write or append the output to a file.
aoc-puzzle-desc-md path/to/fragment.htm
or via cargo
cargo run -- path/to/fragment.htm
aoc-puzzle-desc-md --docstring-format path/to/fragment.htm
or via cargo
cargo run -- --docstring-format path/to/fragment.htm