summary refs log tree commit diff stats
path: root/src/constants.rs
blob: 2cdec2d6a84fbd8bb92459cb766c361ad22e39d0 (plain) (blame)
1
2
3
4
5
pub const REPLACEMENT_CHAPTER: &str = "lpm::new_chapter_name";

pub const REPLACEMENT_CHAPTER_SECTION: &str = "lpm::current_chapter_name::title_case";
pub const REPLACMENT_SECTION_TITLE: &str = "lpm::new_section_name";
pub const DATE: &str = "lpm::current_date";