Package edu.odu.cs.cowem.macroproc
Provides a macro-processor used to permit conditional text and user-defined
macros in Markdown documents.
-
Class Summary Class Description Macro A text substitution macro Macros can be called as name or name(arg1, arg2, ...) The ( ) in a macro call can be replaced by [ ] or { } or < > Macro calls are replaced by the macro body, with substitution for the macro parameters.MacroProcessor Transforms a text file via application of macros.