Created
June 18, 2019 11:04
-
-
Save AaronC81/83ff2ca21849e1dea2a2c7cec14c9b99 to your computer and use it in GitHub Desktop.
Markdown LambdaMail Plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin_info do | |
id 'core-markdown' | |
name 'Markdown' | |
version '1.0.0' | |
author 'Aaron Christiansen' | |
description 'Allows the creation of Markdown email sections.' | |
end | |
section 'markdown' do | |
property 'body', :text_area | |
render do | |
render_markdown properties.body | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment