Skip to content
Snippets Groups Projects
Commit cdabb671 authored by Weiyan Shao's avatar Weiyan Shao Committed by Marijn Haverbeke
Browse files

[htmlembedded mode] Update documentation

1. Mention multiplex as a dependency
2. Add ERB as a MIME-type
parent 0ca8205a
No related branches found
No related tags found
No related merge requests found
...@@ -51,9 +51,10 @@ This is an example of EJS (embedded javascript) ...@@ -51,9 +51,10 @@ This is an example of EJS (embedded javascript)
}); });
</script> </script>
<p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on multiplex and HtmlMixed which in turn depends on
JavaScript, CSS and XML.<br />Other dependencies include those of the scripting language chosen.</p> JavaScript, CSS and XML.<br />Other dependencies include those of the scripting language chosen.</p>
<p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET), <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET),
<code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p> <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)
and <code>application/x-erb</code></p>
</article> </article>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment