From ba6fd9c573f99ac01c75ff6579d5bf635ede0e4e Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Thu, 15 Dec 2022 12:28:32 +0100 Subject: [PATCH] Prevent Markdown rendering issues in Main UI (#13958) Some add-ons use `---` separators which causes issues when rendering the documentation in Main UI. Fixes #13953 Signed-off-by: Wouter Born --- bundles/org.openhab.binding.weatherunderground/README.md | 6 ------ bundles/org.openhab.persistence.rrd4j/README.md | 2 -- 2 files changed, 8 deletions(-) diff --git a/bundles/org.openhab.binding.weatherunderground/README.md b/bundles/org.openhab.binding.weatherunderground/README.md index c419581a8b0e3..c8915c81129b6 100644 --- a/bundles/org.openhab.binding.weatherunderground/README.md +++ b/bundles/org.openhab.binding.weatherunderground/README.md @@ -1,9 +1,3 @@ ---- -layout: documentation ---- - -{% include base.html %} - # WeatherUnderground Binding This binding uses the [Weather Underground service](https://www.wunderground.com/weather/api/) for providing weather information for any location worldwide. diff --git a/bundles/org.openhab.persistence.rrd4j/README.md b/bundles/org.openhab.persistence.rrd4j/README.md index 6a2972d0a9cce..a3a5ad134065e 100644 --- a/bundles/org.openhab.persistence.rrd4j/README.md +++ b/bundles/org.openhab.persistence.rrd4j/README.md @@ -260,8 +260,6 @@ Items { **IMPORTANT:** When creating a custom datasource in the `rrd4j.cfg` file the used [sample interval](#sampleinterval-sample-interval) should be 20 seconds or less in order to keep the granularity. The selection of the used strategy has no effect on the granularity. ---- - ## Troubleshooting From time to time, you may find that if you change the Item type of a persisted data point, you may experience charting or other problems. To resolve this issue, remove the old ``.rrd file in the `${openhab_home}/userdata/persistence/rrd4j` folder or `/var/lib/openhab/persistence/rrd4j` folder for apt-get installed openHABs.