Coder Social home page Coder Social logo

Comments (3)

vsch avatar vsch commented on May 24, 2024

@mfrost66 thanks for the parsing bug.

I'll take a look at why pegdown parses the second code line as a verbatim block instead of inline code. That is the source of everything else because it then treats the opening verbatim of should be code... as the closing of the code line 2's opening inline code marker.

from idea-multimarkdown.

vsch avatar vsch commented on May 24, 2024

@mfrost66, as a workaround until the fix, you can change the number of back ticks for the inline to any other number than the verbatim opening block as long as the number in opening and closing match.

#Header 
````code line 1````   
````code line 2 (clipped by code box) ````

Should not be code, but is

```
should be code, but is not
```

gives:

Header

code line 1
code line 2 (clipped by code box)

Should not be code, but is

should be code, but is not

this also works:

#Header 
``code line 1``   
``code line 2 (clipped by code box) ``

Should not be code, but is

```
should be code, but is not
```

from idea-multimarkdown.

vsch avatar vsch commented on May 24, 2024

@mfrost66 you can download the fixed version from https://github.com/vsch/idea-multimarkdown/raw/master/dist/idea-multimarkdown.1.1.12.6.zip.

It also has a few other fixes in preparation for the next release.

from idea-multimarkdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.