GithubHelp home page GithubHelp logo

Comments (10)

johnwebbcole avatar johnwebbcole commented on June 2, 2024

I'm seeing this as well. 0.3.3 works, 0.3.4 does not. No errors other than the markdown source is rendered inside a single <p> tag.

from angular-marked.

ascholz81 avatar ascholz81 commented on June 2, 2024

I see this as well. Marked 0.3.3 works well, but 0.3.5 has issues.

Currently I'm using it for mainly headings.
"##My Heading"
With v0.35 I have to change the string to "## My Heading"

from angular-marked.

ascholz81 avatar ascholz81 commented on June 2, 2024

My issue was resolved by the marked project owner. Marked was not following GFM correctly. They have updated to requiring a space after the # for headings.

from angular-marked.

leoli-dev avatar leoli-dev commented on June 2, 2024

@ascholz81 Did marked.js release the new version yet?

from angular-marked.

Hypercubed avatar Hypercubed commented on June 2, 2024

@ajielee @johnwebbcole The new version of marked requires a space after the hashes (markedjs/marked#642). Is this your issue?

from angular-marked.

Hypercubed avatar Hypercubed commented on June 2, 2024

@ajielee Why do you have a $scope.$watch statement in your example? If you are using the directive you don't need to call marked directly.

from angular-marked.

leoli-dev avatar leoli-dev commented on June 2, 2024

@Hypercubed Yes, that's the reason why I got the problem. But I don't agree with the GFM style, so I still hold marked.js#0.3.3. Thank you.

from angular-marked.

leoli-dev avatar leoli-dev commented on June 2, 2024

@Hypercubed Sorry for that block of code, which I forgot to delete.

from angular-marked.

Hypercubed avatar Hypercubed commented on June 2, 2024

@chjj recommends:

marked.Lexer.rules.gfm.heading = marked.Lexer.rules.normal.heading;

You might be able to do something like this using the setRenderer method.

from angular-marked.

chjj avatar chjj commented on June 2, 2024

GFM does not support headings such as: "##heading". Only the original markdown implementation does. Like @Hypercubed mentioned, either overwrite the rules or use gfm: false.

If we were to change the GFM rules to accept headings like that, there would be another camp of people posting issues about incohesiveness with GFM, unfortunately. Personally, I don't think it's a big deal, but we're trying more to stick to GFM, however inconvenient it may be.

from angular-marked.

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.