diff --git a/draft-04/json-schema-core.html b/draft-04/json-schema-core.html index 96c12669..32f11f3e 100644 --- a/draft-04/json-schema-core.html +++ b/draft-04/json-schema-core.html @@ -1,3 +1,6 @@ +--- +--- + @@ -426,6 +429,10 @@ + {% if jekyll.environment == 'production' and site.google_analytics %} + {% include google-analytics.html %} + {% endif %} + diff --git a/draft-04/json-schema-hypermedia.html b/draft-04/json-schema-hypermedia.html index b2e395e1..2fb4ac1c 100644 --- a/draft-04/json-schema-hypermedia.html +++ b/draft-04/json-schema-hypermedia.html @@ -1,3 +1,6 @@ +--- +--- + @@ -421,6 +424,9 @@ + {% if jekyll.environment == 'production' and site.google_analytics %} + {% include google-analytics.html %} + {% endif %} @@ -763,6 +769,7 @@

5.1.1.1.4. E

For example, here are some possible values for "href", followed by the results after pre-processing:

 
+{% raw %}
 Input                    Output
 -----------------------------------------
 "no change"              "no change"
@@ -777,7 +784,7 @@ 

5.1.1.1.4. E "{()}" "{%65mpty} "{+$*}" "{+%73elf*} "{+($)*}" "{+%24*} - +{% endraw %}

Note that in the final example, because the "+" was outside the brackets, it remained unescaped, whereas in the fourth example the "+" was escaped.

5.1.1.2. Values for substitution

diff --git a/draft-04/json-schema-validation.html b/draft-04/json-schema-validation.html index 2f26dc07..1b488849 100644 --- a/draft-04/json-schema-validation.html +++ b/draft-04/json-schema-validation.html @@ -1,3 +1,6 @@ +--- +--- + @@ -458,6 +461,10 @@ + {% if jekyll.environment == 'production' and site.google_analytics %} + {% include google-analytics.html %} + {% endif %} + diff --git a/draft-zyp-json-schema-01.html b/draft-zyp-json-schema-01.html index 7ce12a86..246fdda2 100644 --- a/draft-zyp-json-schema-01.html +++ b/draft-zyp-json-schema-01.html @@ -1,3 +1,5 @@ +--- +--- A JSON Media Type for Describing the Structure and Meaning of JSON Documents @@ -138,6 +140,10 @@ color: #CCC; background-color: #CCC; } --> + + {% if jekyll.environment == 'production' and site.google_analytics %} + {% include google-analytics.html %} + {% endif %}
 TOC