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 @@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.
TOC |