Sha256: 27f8d0c2fea9f49b43370da33533739f5635cb482aeb6a72fda0c4d1e05cf847

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

doctype

html
  head
    title $ = a
    link (:rel a) $ :href b
    link (:rel icon) $ :href a
    meta $ :charset utf-8
  body
    #about
      .line
        a (:href a) $ = b
        span $ = " "
        a (:href a) $ = b
      .line $ span $ = a
    #list
      .year $ = 2014
      .month $ = May
      .post $ a.link (:href) $ =
      .month $ = Apr
      .post $ a.link (:href a) $ = b

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cirru-parser-0.0.2 examples/html.cirru
cirru-parser-0.0.1 examples/html.cirru