File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 36
36
37
37
% Custom Commands
38
38
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
+
39
56
\newenvironment {gramprod}[2]{
40
57
% Formats a grammar production rule.
41
58
% Not intended to be used directly.
117
134
118
135
\maketitle
119
136
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
+
120
143
\begin {abstract }
121
144
The JSON5 Data Interchange Format is a proposed extension to JSON that aims to
122
145
make 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