diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-07-13 06:32:24 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-07-13 06:32:24 +0200 |
| commit | 54da2e0252017fdb061b59f77640dec335ecc86d (patch) | |
| tree | 8a4893d06d94e4a2e1c07d2b9ecee3470e390c6f | |
| parent | 0f98b6bf66209b4638f759abc8e895a323c06e98 (diff) | |
| download | grauphel-54da2e0252017fdb061b59f77640dec335ecc86d.tar.gz grauphel-54da2e0252017fdb061b59f77640dec335ecc86d.zip | |
file generated by kjots for later format tests
| -rw-r--r-- | tests/data/kjots-formattest.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/tests/data/kjots-formattest.html b/tests/data/kjots-formattest.html new file mode 100644 index 0000000..cec510b --- /dev/null +++ b/tests/data/kjots-formattest.html @@ -0,0 +1,84 @@ +<html> +<head> +<style> +.breadcrumbs { + margin-top : 10px; +} +p,pre,br{ + margin-top:0px; + margin-bottom:0px; +} +ul{ + margin-top:12px;margin-bottom:12px; +} +</style> +</head> +<body> + +<div> + + + <div class="page" > +<h3><a href="kjots://org.kjots.page/548" name="page_548" class="page_title">Notiz von 2016-06-30 11:02:58.709</a></h3> +<div class="page_content"> +<p>Dies ist normaler Text</p> +<p> <p><strong>Fett</strong></p> +<p><em>Kursiv</em></p> +<p><u>Unterstrichen</u></p> +<p><strong><u><em>Fett, kursiv und unterstrichten</em></u></strong></p> +<p><s>Durchgestrichen</s></p> +<p><span style="background-color:#aa0000;">Hervorhebung</span></p> +<p> <p><span style="color:#26de0a;">Textfarbe</span></p> +<p> <ul type="disc"> +<li>Dies ist ein Auflistungs-Punkt Scheibe</li> +</ul> +<p> +<ul type="circle"> +<li>Kreis</li> +</ul> +<p> +<ul type="square"> +<li>Quadrat</li> +</ul> +<p> +<ol type="1"> +<li>Zahlen</li> +</ol> +<p> +<ol type="a"> +<li>kleine Buchstaben</li> +</ol> +<p> +<ol type="A"> +<li>große Buchstaben</li> +</ol> +<p> +<ol type="i"> +<li>römisch klein</li> +</ol> +<p> +<ol type="I"> +<li>römisch groß</li> +</ol> +<p> <p align="center" >Zentrieter Text</p> +<p> <p align="right" >Rechtsbündiger Text</p> +<p align="justify" >Blocksatz</p> +<p> <p align="justify" >Linie</p> +<hr /> +<p align="justify" ><a href="kjots://org.kjots.page/547">Verknüpfung</a> </p> +<p> +</div> +<div class="page_breadcrumb"> +<table class="breadcrumbs" border="1" cellspacing="2" cellpadding="10"><tr> + <td><a href="#page_548">Notiz von 2016-06-30 11:02:58.709</a></td> + +</tr></table> +</div> +</div> + + + +</div> + +</body> +</html> |
