All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.codemirror.mode.xml.index.html Maven / Gradle / Ivy



  
    
    CodeMirror: XML mode
    
    
    
    
    
  
  
    

CodeMirror: XML mode

The XML mode supports two configuration parameters:

htmlMode (boolean)
This switches the mode to parse HTML instead of XML. This means attributes do not have to be quoted, and some elements (such as br) do not require a closing tag.
alignCDATA (boolean)
Setting this to true will force the opening tag of CDATA blocks to not be indented.

MIME types defined: application/xml, text/html.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy