From 480140c8c98503cd98a56c79aac7cbf2a4b186ad Mon Sep 17 00:00:00 2001 From: Benjamin Klaus Date: Wed, 12 Jan 2022 13:06:34 +0100 Subject: [PATCH] fixed broken headings (missing space after '##') --- docs/en/api/lcd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api/lcd.md b/docs/en/api/lcd.md index 5aa4ce6a..bbd455c8 100644 --- a/docs/en/api/lcd.md +++ b/docs/en/api/lcd.md @@ -1501,7 +1501,7 @@ M5.Lcd.setTextDatum(MC_DATUM); M5.Lcd.print(M5.Lcd.getTextDatum()); ``` -##int16_t fontHeight() +## int16_t fontHeight() **Description:** @@ -1525,7 +1525,7 @@ M5.begin(); M5.Lcd.print(M5.Lcd.fontHeight()); ``` -##drawCentreString() +## drawCentreString() **Description:**