[Add] Markdown viewer & Document loading

Todo: Track accepted Version & Hash of accepted document
This commit is contained in:
Alex Emmet 2026-02-02 23:29:57 +01:00
commit 53a057c6e1
8 changed files with 591 additions and 32 deletions

3
src/terms/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod md_viewer;
pub mod terms_checker;
pub mod terms_getter;