Book Image

Web Development with Jade

By : Sean Lang
Book Image

Web Development with Jade

By: Sean Lang

Overview of this book

Table of Contents (16 chapters)

Inline HTML


It's also perfectly fine to put inline HTML in any of those text blocks, as shown in the following example:

Jade

HTML

p.

  This is a <i>
  demonstration</i>
  of Jade's <b>text
  blocks</b>
<p>
  This is a <i>
  demonstration</i>
  of Jade's <b>text
  blocks</b>
</p>