Macro Defsimple-Extension

Part of:

package cl-markdown
( defsimple-extension < name > &body < body > )

Create an extension (a function named name) with no arguments that
does not depend on the markdown phase and which does not use the result.
These are handy for simple text substitutions.