apiaryio / mson

Markdown Syntax for Object Notation
MIT License
903 stars 180 forks source link

Escape underscores in examples #56

Closed kylef closed 8 years ago

kylef commented 8 years ago

As per our very own specification in this very same document, these _ in my PR should be escaped via code-blocks.

6 Reserved Characters & Keywords

When using following characters or keywords in a [Property Name][], [Literal Value][] or [Type Name][] the name or literal MUST be escaped in backticks ``. Otherwise, acode span` MAY be used for any arbitrary formatting and has no specific meaning in an MSON document.

6.1 Characters

:, (,), <, >, {, }, [, ], _, *, -, +, ```

honzajavorek commented 8 years ago

:+1: