Table of Contents

Yaml - Scalar

About

There are 5 styles of scalars in YAML:

plain: Scroll of Remove Curse
single-quoted: 'EASY_KNOW'
double-quoted: "?"
# ASCII Art 
literal: |
  \//||\/||
  // ||  ||__
folded: >
  It removes all ordinary curses from all equipped items.
  Heavy or permanent curses are unaffected.

Documentation / Reference