question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Last bullet at end of markdown is rendered too small

See original GitHub issue

If the markdown ends with a bullet list, the last bullet is smaller than the others.

The markdown "* Line 1\n* Line 2\n* Line 3" gets rendered as image

If you add an extra paragraph, the last bullet gets rendered correctly.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
notiescommented, May 25, 2018

Hello @litrik !

I have uploaded a snapshot version in the https://github.com/noties/Markwon/tree/v1.0.6 branch. It will render bullet items properly (depend on text line height and not arguments that are passed to the Span).

0reactions
notiescommented, Jun 12, 2018

Yes, of cause I do! I just want to include #41 and #42 fixes in the 1.0.6 release also

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic Syntax - Markdown Guide
To create a line break or new line ( <br> ), end a line with two or more spaces, and then type return....
Read more >
How to remove extra line space on GitHub markdown bullets ...
You need to indent the sublist with at least 4 spaces: 1. First item * subitem 2. Second item.
Read more >
Markdown - MoodleDocs
Markdown expands upon the simple text entry format available in Moodle by allowing you to easily add emphasis (bold, italics), structure (bullet ......
Read more >
Common markup for Markdown and reStructuredText · GitHub
Always put a blank line before the start of a list or sub-list. Use the same bullet symbol for all items in a...
Read more >
Cheat sheet - MkDocs Docmark - GitHub Pages
Put 2 spaces at the end of a line to force a line break. If you simply hit enter and don't use 2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found