Skip to content

Instantly share code, notes, and snippets.

@AaronC81
Created June 18, 2019 11:04
Show Gist options
  • Save AaronC81/83ff2ca21849e1dea2a2c7cec14c9b99 to your computer and use it in GitHub Desktop.
Save AaronC81/83ff2ca21849e1dea2a2c7cec14c9b99 to your computer and use it in GitHub Desktop.
Markdown LambdaMail Plugin
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