summaryrefslogtreecommitdiff
path: root/content/blog/2023
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-12-15 13:12:47 +0100
committermms <michal@sapka.me>2023-12-15 13:12:47 +0100
commit87baf5f6931ad8b564bbd803dc94feb8ca0883d0 (patch)
treea37aefac3acb8ea225fa3ad53edb8b701fae2679 /content/blog/2023
parent268917c836c0279b98b27892dee6b16fe9101fef (diff)
fix: add one more sentence
Diffstat (limited to 'content/blog/2023')
-rw-r--r--content/blog/2023/one-sentence-per-line.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/blog/2023/one-sentence-per-line.md b/content/blog/2023/one-sentence-per-line.md
index d647b35..c5a65b7 100644
--- a/content/blog/2023/one-sentence-per-line.md
+++ b/content/blog/2023/one-sentence-per-line.md
@@ -40,3 +40,4 @@ Similar behavior is used in Latex.
In HTML new lines don't matter at all as you need to explicitly state a new paragraph or even a new line.
Having one sentence per lines allow for easy navigation, easy restructuring and good-looking diffs.
+It is also another reason **not** to use WYSIWG editors (sigh, Confluence) as they limit the writing process significantly.