Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 218 Bytes

File metadata and controls

11 lines (9 loc) · 218 Bytes

A syntax highlight enthraler

Simply displays code with syntax highlighting.

{
    "language": "elm",
    "code": "import Html exposing (text)\n\nmain =\n  text \"Hello, World!\"",
    "style": "ocean"
}