Skip to content

Commit f7f3d27

Browse files
committed
add missing configuration hint on usage of zine
1 parent b9337be commit f7f3d27

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/articles/using_zine.smd

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ instead of figuring out that
2929
2. Automatic extraction of all html attribute classes for css style code for coloring would have also been nice, instead of
3030
[manually inspecting the html code to attach colors](https://github.com/matu3ba/matu3ba.github.io/blob/28519f871b39c94d097c6ec8a2da2b0a33c79793/assets/style.css).
3131
3. Specifying nice colors takes time, so the few hours were expected.
32-
4. Not having nested markdown lists properly working in SuperMD files is not a great experience, when finding out
33-
after converting html to markdown for the first level already.
32+
4. Not having nested markdown lists properly working in SuperMD files is not a great experience.
33+
Especially, when finding out after converting html to markdown for the first level already.
3434
5. Dumping properties form scripty instead of having to look them up and having
35-
documentation in a more editor-readable way, for example text file would also
35+
documentation in a more editor-readable way, for example text file, would also
3636
have been a nice to have.
37-
6. Comments within markdown blocks (empty line, `[This is a comment]::`) are undocumented.
38-
and not supported in the editor setup.
37+
6. Comments within markdown blocks (empty line, `[This is a comment]::`) are
38+
undocumented and not supported in the editor setup.
39+
7. The release process for common platforms should be documented. Github Pages
40+
requires `Build and deployment Source` -> `Deploy from branch` -> `gh-pages`,
41+
`/ (root)`.
3942

4043
All in all, I am happy, but will fix the list issue in SuperMD files, because I believe this
4144
nudges people into not writing on edge cases and is a worse experience than

0 commit comments

Comments
 (0)