From 043a61e021676ca96c7bec87b6be76f5a3840ec7 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 20 Oct 2025 22:18:46 +0300 Subject: [PATCH] install info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5638c33..a92e83f 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,8 @@ register_renderer("ansi", my_renderer_factory) Once registered (for example in a small module that imports `md2txt.cli`), the new plugins are available via `--parser my-markdown` or `--renderer ansi`. The CLI lists registered plugin names in `--help`, and the helper functions `available_parsers()` / `available_renderers()` return the sorted names if you need to build higher-level tooling. The shared preprocessing helpers—YAML frontmatter parsing, recursive include expansion, and ASCII art sentinels—also live in `src/md2txt/conversion/core.py`, allowing alternate front-ends to reuse exactly the same behaviour without duplicating code. + +--- + +* Directed and vibe coded by Tobias Raayoni Last +* Programming by gpt-5-codex \ No newline at end of file