Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown does not render some tags #464

Closed
elishaadamu opened this issue Aug 28, 2024 · 1 comment
Closed

Markdown does not render some tags #464

elishaadamu opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels

Comments

@elishaadamu
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
I expected the markdown engine to render all markdown writeups with ease, without selecting some tags

Screenshots
Code sample
Screenshot 2024-08-28 230126

Rendered text
image

Additional context
Add any other context about the problem here.

@sylhare
Copy link
Owner

sylhare commented Aug 29, 2024

@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:
image

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
@sylhare sylhare converted this issue into discussion #466 Aug 29, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants