summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-19 04:14:39 +0300
committerA Farzat <a@farzat.xyz>2026-06-19 04:14:39 +0300
commitb1c8df99e5bc3bb6639540ae47c58f1b304715a2 (patch)
tree3944ebc91d14ec092c46f1880c0e37e96f1af893 /src/lib.rs
parent64edb40a08a1e8de5fbae8730b021f2cc2f31edb (diff)
downloadrepo2markdown-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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 400b5b5..43c66a1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,4 @@
+pub mod fence_wrapper;
pub mod fenced_md_generator;
pub mod logger;
pub mod md_generator;