File: example.ace

package info (click to toggle)
golang-github-yosssi-ace 0.0.4%2Bgit20160102.51.71afeb7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 468 kB
  • ctags: 249
  • sloc: makefile: 3; sh: 1
file content (18 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
= doctype html
html lang=en
  head
    meta charset=utf-8
    title Comments
  body
    / This is a single line comment which is not rendered.
    /
      This is a multiple lines comment
      which is not rendered.
    // This is a single line comment which is rendered as an HTML comment.
    //
      This is a multiple lines comment
      which is rendered as an HTML comment.
    = conditionalComment hidden IE 6
      <p>You are using Internet Explorer 6.</p>
    = conditionalComment revealed !IE
      <link href="non-ie.css" rel="stylesheet">