Skip to content

Instantly share code, notes, and snippets.

@JJ
Created December 2, 2017 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJ/2c5d8a710ba46dad5e95f20c2c99ed66 to your computer and use it in GitHub Desktop.
Save JJ/2c5d8a710ba46dad5e95f20c2c99ed66 to your computer and use it in GitHub Desktop.
Letter to santa in Markdown
import Html
import Markdown
letter : Html msg
letter =
Markdown.toHtml [class "content"] """
# Letter to Santa
I've been *real* **good** so I want this for Christmas
1. A Death Star.
2. A green unicorn.
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment