Data samples often used in editing Buddhist scriptures
In the sutra there is usually a prose passage and there is also often a verse passage. There are also quotes (telling a story). There are also a number of multi-volume articles. There are also articles available in multiple language versions.
Below are data samples, designed to be “RESPONSIVE,” meaning they display beautifully on phone screens and larger screen devices.
(1) - For list format, [li] should be used.
(2) - For quotes (retelling a story) [blockquote] should be used.
(3) - For verse form, [table] should be used.
(4) - With multiple volumes in one article, you should use [collapsible group]
(5) - For many languages, use [Tab].
Note: htmb.org ebook is a book formatted in HTML language according to Bootstrap3 standards
(1)LI WITH "OL" OR "UL"
"ol" or "ul"
<ol style=margin-left:3rem>
<li>Firstline </li>
<li>Secondtline </li>
</ol>
Firstline
Secondtline
(2)BLOCKQUOTE
<blockquote style="margin-left:3rem;font-size:90%">
Story telling
</blockquote>
Story telling
(3)TABLE
<table><tr><td style=width:8rem class=hidden-xs></td><td style=width:5rem></td><td>
Line 1<br>
Line 2<br>
..
Line n<br>
</td></tr></table>