Skip to content
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

Extra space in nested markdown lists #605

Closed
ericphanson opened this issue Oct 23, 2020 · 2 comments
Closed

Extra space in nested markdown lists #605

ericphanson opened this issue Oct 23, 2020 · 2 comments

Comments

@ericphanson
Copy link
Contributor

ericphanson commented Oct 23, 2020

In Pluto v0.12.4,
nested_list

I think there shouldn't be so much vertical space between Bullet and Subbullet, and prefer the REPL's vertical spacing (of course Pluto looks nicer overall):

julia> md"""
       * Bullet
           * Subbullet
           * subbullet 2
       * Second bullet
       """
    •    Bullet

          •    Subbullet

          •    subbullet 2

    •    Second bullet

julia>
@fonsp
Copy link
Owner

fonsp commented Oct 28, 2020

b691385

@fonsp fonsp reopened this Oct 29, 2020
@fonsp
Copy link
Owner

fonsp commented Oct 29, 2020

still an issue for <ol>

@fonsp fonsp closed this as completed Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants