5 个版本 (破坏性更新)
0.10.0 | 2023 年 10 月 25 日 |
---|---|
0.9.0 | 2020 年 1 月 11 日 |
0.8.0 | 2020 年 1 月 10 日 |
0.7.0 | 2020 年 1 月 9 日 |
0.0.0 | 2019 年 12 月 30 日 |
#163 in 科学
24KB
417 行
AoC'19 拼图描述 HTML <code><tt class="txt-html txt-html-bas"><tt class="m-tag m-tag-bl"><tt class="pun-def pun-def-tag"><article> 段落到 Markdown 转换器
将 AoC'19 拼图描述 HTML 段落 转换为 Markdown。
另请参阅:Advent of Code 2019 解决方案。
用法
Markdown 输出写入 stdout。使用 shell 重定向功能将输出写入或追加到文件。
输出纯 Markdown
aoc-puzzle-desc-md path/to/fragment.htm
或通过 cargo
cargo run -- path/to/fragment.htm
输出带有每行 Rust 文档字符串前缀的 Markdown
aoc-puzzle-desc-md --docstring-format path/to/fragment.htm
或通过 cargo
cargo run -- --docstring-format path/to/fragment.htm
依赖关系
~2.8–4MB
~62K SLoC