This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jonah_html [2014/03/19 07:57] l |
jonah_html [2014/03/24 21:38] l |
||
---|---|---|---|
Line 1: | Line 1: | ||
======Jonah HTML structure====== | ======Jonah HTML structure====== | ||
- | As a reference for those writing [[stylesheet]]s, the HTML structure of the **Jonah** [[Story format]] tends to look like this: | + | As a reference for those writing [[stylesheet]]s, the HTML structure of the **Jonah** [[Story format]] is shown here. |
+ | |||
+ | When displaying three passages with this code: | ||
+ | |||
+ | :: Start | ||
+ | This is the first passage. | ||
+ | |||
+ | [[Next]] | ||
+ | |||
+ | :: Next [special] | ||
+ | |||
+ | This is the second passage, with a special tag. | ||
+ | |||
+ | [[End]] | ||
+ | |||
+ | :: End | ||
+ | |||
+ | This is the final passage. | ||
+ | |||
+ | Then, the resulting HTML DOM structure looks like this: | ||
<body data-tags=""> | <body data-tags=""> |