Closed elishaadamu closed 2 months ago
@elishaadamu Since there's not a lot of information, I assume that the problem is coming from the formatting of the bullet points or numbered list. With Jekyll the markdown needs to be more strictly formatted:
Numbered list:
1. first
2. second
3. third
- third and a half
Bullet points:
- bullet point
- other point
- more points
This will be formatted as:
There are some limitation but it should handle the rendering fine. It is not really a part of the theme itself as the rendering is done through the built in engine in jekyll: kramdown.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected the markdown engine to render all markdown writeups with ease, without selecting some tags
Screenshots Code sample
Rendered text
Additional context Add any other context about the problem here.