From 36eb7bf0aaec8428299927b1131341d903df2670 Mon Sep 17 00:00:00 2001 From: Luis Menina Date: Mon, 23 Oct 2017 11:23:58 +0200 Subject: docs: Markdown headers don't need trailing hash signs This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/ --- docs/markdown/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/FAQ.md') diff --git a/docs/markdown/FAQ.md b/docs/markdown/FAQ.md index 2023c7e11..441cd6909 100644 --- a/docs/markdown/FAQ.md +++ b/docs/markdown/FAQ.md @@ -98,7 +98,7 @@ The only reason why one would use Make instead of Ninja is working on a platform Just use Ninja, you'll be happier that way. I guarantee it. -## Why is Meson not just a Python module so I could code my build setup in Python? ## +## Why is Meson not just a Python module so I could code my build setup in Python? A related question to this is *Why is Meson's configuration language not Turing-complete?* -- cgit v1.2.3