├── LICENSE ├── README.md ├── README ├── center-preview.png ├── image-20201129165737226.png └── preview-basic.png └── templates ├── basic.html ├── center-align.html └── header.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/README.md -------------------------------------------------------------------------------- /README/center-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/README/center-preview.png -------------------------------------------------------------------------------- /README/image-20201129165737226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/README/image-20201129165737226.png -------------------------------------------------------------------------------- /README/preview-basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/README/preview-basic.png -------------------------------------------------------------------------------- /templates/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/templates/basic.html -------------------------------------------------------------------------------- /templates/center-align.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/templates/center-align.html -------------------------------------------------------------------------------- /templates/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linksgo2011/markdown-email-templates/HEAD/templates/header.png --------------------------------------------------------------------------------