Support for MJML #11219
                  
                    
                      tarleb
                    
                  
                
                  started this conversation in
                Development
              
            
            
              Support for MJML
            
            #11219
          
          
        Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
The website describes MJML as follows
It seems that the language is basically HTML, but with certain elements replaced by custom elements. E.g.,
<hr>is replaced by<mj-devider>and<p>becomes<mj-text>. Raw HTML can be embedded within most elements.There's some interest to have this as an output format, and I'd like to gauge interest for a full Haskell writer for this format (instead of a custom Lua writer). Would this be a worthy addition?
Beta Was this translation helpful? Give feedback.
All reactions