1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-04 18:18:19 +03:00
gamebookformat/expected/htmlbook.json
2014-09-24 22:01:02 +02:00

28 lines
876 B
JSON

{
"title" : "HTMLBook",
"nr_sections" : "3",
"Introduction" : {
"intro" : true,
"text" : ["" ," This is an introduction. This example gamebook is for testing the htmlbook option. See https://github.com/oreillymedia/HTMLBook for more information about HTMLBook. "]
},
"More" : {
"intro" : true,
"text" : ["" ," This is another introduction section, just to see that formatting is correct when there are more than one. "]
},
"sections" : {"IGNORE-debug-json-padding-IGNORE" : "", "third" : {
"nr" : 1,
"text" : ["" ," Got to this section. Story ends here."]
}
, "second" : {
"nr" : 2,
"text" : ["" ," Got to another section. Story ends here. "]
}
, "start" : {
"nr" : 3,
"text" : ["" ," This is the first section. From here you can go to the unnamed section ",{"reference" : "2"}," or ",{"reference" : "1", "name" : "this named section"},". "]
}
}}