Sfoglia il codice sorgente

add example for section names with question marks

tags/0.4.0
Jan Lehnardt 15 anni fa
parent
commit
1dabeabfd6
3 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +3
    -0
      examples/keys_with_questionmarks.html
  2. +5
    -0
      examples/keys_with_questionmarks.js
  3. +1
    -0
      examples/keys_with_questionmarks.txt

+ 3
- 0
examples/keys_with_questionmarks.html Vedi File

@@ -0,0 +1,3 @@
{{#person?}}
Hi {{name}}!
{{/person?}}

+ 5
- 0
examples/keys_with_questionmarks.js Vedi File

@@ -0,0 +1,5 @@
var keys_with_questionmarks = {
"person?": {
name: "Jon"
}
}

+ 1
- 0
examples/keys_with_questionmarks.txt Vedi File

@@ -0,0 +1 @@
Hi Jon!

Loading…
Annulla
Salva