50%

HTML to JADE

HTML to JADE Converter


HTML to JADE Converter helps to convert HTML to JADE whitespace sensitive syntax for writing HTML and helps to save and share JADE.

What can you do with HTML to JADE?

  • This tool helps you to convert your HTML Entity/String/Data to JADE String/Data.
  • This tool allows loading the HTML URL converting to JADE. Click on the URL button, Enter URL and Submit.
  • This tool supports loading the HTML File to transform to JADE. Click on the Upload button and select File.
  • HTML to JADE Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.

What is JADE?

JADE is a high-performance template engine heavily influenced by Haml. This is a old and deprecated version of PUG.

JADE is renamed as PUG.

To learn more about JADE, please visit Jade Syntax Documentation.

Example of HTML

HTML Try it.

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — US Stock Market</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <h1>Apple : 2037 Billion</h1>
    <h2>Microsoft : 1624 Billion</h2>
    <h3>Amazon : 1611 Billion</h3>
    <h4>Google : 1058 Billion</h4>
    <h5>Alibaba : 826 Billion</h5>
    <b>This data is as of 21 Sep 2020.</b>
  </body>
</html>

Converted JADE Template

doctype html
html
  head
    title Largest companies by market cap — US Stock Market
    |     
    meta(charset='UTF-8')
  |   
  body
    h1 Apple : 2037 Billion
    |     
    h2 Microsoft : 1624 Billion
    |     
    h3 Amazon : 1611 Billion
    |     
    h4 Google : 1058 Billion
    |     
    h5 Alibaba : 826 Billion
    |     
    b This data is as of 21 Sep 2020.

For Advanced Users

HTML External URL

Load HTML External URL in Browser URL like this https://codebeautify.org/html-to-jade-converter?url=external-url

https://codebeautify.org/html-to-jade-converter?url=https://gist.githubusercontent.com/cbmgit/ca77ec0677c0e18019cdab8617517d36/raw/sample.html

Related Tools


Recently visited pages


Tags