чување da0d5495819023249d49bd7dc69a314442916c1e
родитељ 13595f76724c0dc336425e457dfaedf335a61eaa
Аутор: Страхиња Радић <contact@strahinja.org>
Датум: Sat, 11 Sep 2021 14:28:32 +0200
index.slw: Quotes
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Diffstat:
измењених датотека: 1, додавања: 4(+), брисања: 3(-)
diff --git a/index.slw b/index.slw
@@ -31,8 +31,8 @@ transforms custom Markdown-like syntax into HTML.
{dt}
**Q:** Why not make a website generator as a shell script?{/dt}
{dd}
-**A:** slweb _was_ a shell script in its conception (check its history of commits
-in git). However, I wanted to implement Markdown links with link ids
+**A:** slweb _was_ a shell script in its conception (check its history of
+commits in git). However, I wanted to implement Markdown links with link ids
`\[like]\[this]`. This requires multiple passes by the parser and is better
implemented as a full-blown program in C anyway. The other reason was that sed
and awk have limits, which some of my pages hit.
@@ -40,7 +40,8 @@ and awk have limits, which some of my pages hit.
`\[this]: https://some.site`{/dd}
{dt}
-Q: My static website generator is "truly simple", this is not simple!{/dt}
+Q: My static website generator is “truly simple”, this is not
+simple!{/dt}
{dd}
A: Good for you. By the way, that is a statement and not a question.{/dd}
{/dl}