Skip to content

CSSUtil insert linebreaks into markdown #18

Open
@janrpeters

Description

@janrpeters

Here are two lines of code with very different output which should have the same output:

using Markdown;

mymarkdown = md"A simple $1>0$ inequality!"
mymarkdown  |> display 

using CSSUtil
Node(:div,mymarkdown) |> display

Why does CSSUtil insert linebreaks?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions