this post was submitted on 03 Sep 2026
36 points (100.0% liked)
Learn Programming
2231 readers
1 users here now
Posting Etiquette
-
Ask the main part of your question in the title. This should be concise but informative.
-
Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.
-
Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.
-
Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you mean, how i convert markdown to html? There are tools online for that.
Just search for "markdown to html convertor".
I am curious about your workflow, are you writing your blog posts in markdown, the using an online markdown to html converter, then copy pasting the output onto your website?
Also this is a good resource for learning some CSS: https://css-tricks.com/
They have some very helpful guides for things like flex boxes: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
I use ghostwriter to write blogs in markdown. Then with the help of a converter i convert it into html format and modify it from there.
Why not directly write in HTML?
Because for me writing blogs in direct html feels so hard for several reasons,
But why I may switch?
I would consider to switch to directly writing blogs in HTML when i have enough knowledge about web development. The reasons are,
I recommend directly writing on HTML rather than Markdown to reduce the effort needed.
Thank you for the resources. It looks very helpful.