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
@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.
Repository owner
locked and limited conversation to collaborators
Aug 29, 2024
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.
The text was updated successfully, but these errors were encountered: