From b1c8df99e5bc3bb6639540ae47c58f1b304715a2 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Fri, 19 Jun 2026 04:14:39 +0300 Subject: Add a module that wraps input with fences This will be used to implement the r2md-fence binary next. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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; -- cgit v1.3.1