Add templates for text markup.

This commit is contained in:
Tom Alexander
2023-10-27 19:42:33 -04:00
parent 4c3bea06d1
commit f6c475c80c
9 changed files with 23 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ use super::registry::Registry;
#[derive(Debug)]
pub(crate) struct IPlainText {
source: String,
pub(crate) source: String,
}
impl IPlainText {