Sha256: 75ebc32d1648b07d113bf94c82974327c899b85df514248979d9cb00e5c00641

Contents?: true

Size: 545 Bytes

Versions: 40

Compression:

Stored size: 545 Bytes

Contents

# Opulent Comments

Single line comments are marked up with a forward slash character `/`.

```sass
/ This is a comment
```

## Block Comments
Block comments are marked up with two forward slash characters `//`.

```sass
// This is a block comment.
   It is on multiple lines.
```

## Output Comments
By default, comments are only for reference inside Opulent files. You can output them
by adding an exclamation character `!`, to resemble HTML.

```html
/! This comment will be outputted
```

```html
<!-- This comment will be outputted -->
```

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
opulent-1.6.7 docs/comments.md
opulent-1.6.6 docs/comments.md
opulent-1.6.5 docs/comments.md
opulent-1.6.3 docs/comments.md
opulent-1.6.2 docs/comments.md
opulent-1.6.1 docs/comments.md
opulent-1.6.0 docs/comments.md
opulent-1.5.5 docs/comments.md
opulent-1.5.4 docs/comments.md
opulent-1.5.3 docs/comments.md
opulent-1.5.2 docs/comments.md
opulent-1.5.1 docs/comments.md
opulent-1.5.0 docs/comments.md
opulent-1.4.8 docs/comments.md
opulent-1.4.7 docs/comments.md
opulent-1.4.6 docs/comments.md
opulent-1.4.5 docs/comments.md
opulent-1.4.3 docs/comments.md
opulent-1.4.2 docs/comments.md
opulent-1.4.1 docs/comments.md