From 4c6901fbacb85d0ab2ca0de501308af97afa984b Mon Sep 17 00:00:00 2001 From: vaxerski Date: Tue, 25 Oct 2022 14:34:01 +0100 Subject: [PATCH] allow escaping # --- pages/Configuring/Configuring-Hyprland.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Configuring/Configuring-Hyprland.md b/pages/Configuring/Configuring-Hyprland.md index 4ad5713..e91aa96 100644 --- a/pages/Configuring/Configuring-Hyprland.md +++ b/pages/Configuring/Configuring-Hyprland.md @@ -38,6 +38,14 @@ COMMAND = VALUE is valid. +## Comments + +Comments are started with the `#` character. + +If you want to escape it (put an actual `#` and not start a comment) +you can use `##`. It will be turned into a single `#` that WILL be a part of your +line. + # Basic configuring To configure the "options" of Hyprland, animations, styling, etc. see