2017-07-06 15:36:46 +00:00
---
layout: documentation
title: openhab-docs Markdown StyleGuide
---
{% include base.html %}
2020-12-21 09:13:16 +00:00
# openHAB Documentation Style Guide
2017-08-30 21:14:52 +00:00
## General Remarks
2020-12-21 09:13:16 +00:00
First and foremost we are following the recommendations given at: [https://www.cirosantilli.com/markdown-style-guide/ ](https://www.cirosantilli.com/markdown-style-guide/ ).
2017-08-30 21:14:52 +00:00
## Markdown Decisions
2017-07-06 15:36:46 +00:00
An ordered list:
1. Some text
2021-01-04 21:59:25 +00:00
1. Some more text
2017-07-06 15:36:46 +00:00
An unordered list:
- Some text
- Some more text
An unordered loose list (applied if bigger or with nested lists):
2021-01-04 21:59:25 +00:00
- Some text
- An indented item, making the list "loose"
2017-07-06 15:36:46 +00:00
2021-01-04 21:59:25 +00:00
- Some more text
2017-07-06 15:36:46 +00:00
2021-01-04 21:59:25 +00:00
- And even more text that could also strech over multiple lines