You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/articles/using_zine.smd
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,16 @@ instead of figuring out that
29
29
2. Automatic extraction of all html attribute classes for css style code for coloring would have also been nice, instead of
30
30
[manually inspecting the html code to attach colors](https://github.com/matu3ba/matu3ba.github.io/blob/28519f871b39c94d097c6ec8a2da2b0a33c79793/assets/style.css).
31
31
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.
34
34
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
36
36
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)`.
39
42
40
43
All in all, I am happy, but will fix the list issue in SuperMD files, because I believe this
41
44
nudges people into not writing on edge cases and is a worse experience than
0 commit comments