MacDownApp / MacDownApp/macdown

multiple lists render incorrectly

Open
#640 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug upstream
Dominant language
Rich Text Format
Stars
9.8k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

I have rendering issues with the following:

``` markdown
# Carp
[#article](https://www.linux.com/news/carp-your-way-high-availability)

* `net.inet.carp.allow`
* `net.inet.carp.arpbalance`
* `net.inet.carp.log`
* `net.inet.carp.preempt`

* `advbase`
* `advskew`
* `rachael# ifconfig carp0 create`
* `rachael# ifconfig carp0 vhid 1 pass tyrell 192.168.0.7`

* `/etc/hostname.carp0`
* `up vhid 1 pass tyrell 192.168.0.7`

* `/etc/sysctl.conf`
* `rachael# sysctl -w net.inet.carp.preempt=1`
* `pris# ifconfig carp0 advskew 100`
```

The spacing between the list items in the lists after the first list is way too wide. Should be able to see it for yourself, if not, let me know and I'll add a screenshot. Reporting version: `Macdown: Version 0.6 (749)`

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in MacDown using the Markdown snippet from the report, focusing on the list spacing after the first list. Compare the rendered lists and verify that spacing is consistent between list items and nested items; the issue is done when the supplied example renders without the excessive gaps.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, markdown
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.