aoc-puzzle-desc-md

Crates.ioaoc-puzzle-desc-md
lib.rsaoc-puzzle-desc-md
version0.10.0
sourcesrc
created_at2019-12-30 05:11:26.532486
updated_at2023-10-25 03:58:20.046496
descriptionAoC'19 Puzzle Description HTML
Fragment to Markdown Converter
homepage
repositoryhttps://github.com/ctsrc/puzzle-desc-md
max_upload_size
id193438
size76,867
codetrotter (ctsrc)

documentation

README

AoC'19 Puzzle Description HTML <article> Fragment to Markdown Converter

Crates.io

Convert AoC'19 Puzzle Description HTML fragments to Markdown.

See also: Advent of Code 2019 Solutions.

Usage

Markdown output is written to stdout. Use shell redirection features to write or append the output to a file.

Output plain Markdown

aoc-puzzle-desc-md path/to/fragment.htm

or via cargo

cargo run -- path/to/fragment.htm

Output Markdown with Rust docstring prefixes on every line

aoc-puzzle-desc-md --docstring-format path/to/fragment.htm

or via cargo

cargo run -- --docstring-format path/to/fragment.htm
Commit count: 0

cargo fmt