File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 3636
3737% Custom Commands
3838
39+ \newenvironment {note}{
40+ % Formats a note.
41+ % Usage: \begin{note}
42+ % Example:
43+ % \begin{note}
44+ % This is a draft.
45+ % \end{note}
46+ \bigskip
47+ \begin {samepage }
48+ \begin {adjustwidth }{0.5cm}{0.5cm}
49+ \emph {Note: }%
50+ }{
51+ \end {adjustwidth}
52+ \end {samepage}
53+ \bigskip
54+ }
55+
3956\newenvironment {gramprod}[2]{
4057% Formats a grammar production rule.
4158% Not intended to be used directly.
117134
118135\maketitle
119136
137+ \begin {note }
138+ This document is a draft and may not represent the current state of the
139+ specification. For the most recent version, visit
140+ \url {https://github.com/jordanbtucker/json5-spec}.
141+ \end {note }
142+
120143\begin {abstract }
121144The JSON5 Data Interchange Format is a proposed extension to JSON that aims to
122145make it easier for humans to write and maintain by hand. It does this by adding
You can’t perform that action at this time.
0 commit comments