diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-19 04:14:39 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-19 04:14:39 +0300 |
| commit | b1c8df99e5bc3bb6639540ae47c58f1b304715a2 (patch) | |
| tree | 3944ebc91d14ec092c46f1880c0e37e96f1af893 /src/lib.rs | |
| parent | 64edb40a08a1e8de5fbae8730b021f2cc2f31edb (diff) | |
| download | repo2markdown-b1c8df99e5bc3bb6639540ae47c58f1b304715a2.tar.gz repo2markdown-b1c8df99e5bc3bb6639540ae47c58f1b304715a2.zip | |
Add a module that wraps input with fences
This will be used to implement the r2md-fence binary next.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +pub mod fence_wrapper; pub mod fenced_md_generator; pub mod logger; pub mod md_generator; |
