| ![]() |
| 2018-10-23 14:22 |
| BlockquoteZitat | ListsListen |
Divisions (<div>) insert special block formatings into the sourcecode. They are essential to modern web design like <span>. Because of that Markdown support the direct use of divisions, both with „class“ („=(classname“) and „id“ („=(#id“).
Bereiche (Divisions <div>) fügen spezielle Blockformatierungen in den Quelltext ein. Sie sind wie <span> im modernen Webdesign unverzichtbar. Hagen MarkDown unterstützt deshalb das direkte Einfügen von Divisions. Sowohl als „class“ („=(classname“) als auch als „id“ („=(#id“).
In the sourcecode the divisions appearing like that:
Im Quellcode sehen Divisions folgendermaßen aus:
=(#box1===== =(box===== box =)box===== =)#box1=====
And will apear with a CSS formating on the webpage like that:
Und erscheinen dann mit der entsprechenden CSS-Formatierung so auf der Webseite:
box
<div class="*css_hagen_md* +defClass"> <div class="*css_hagen_md* +defID">