GithubHelp home page GithubHelp logo

Comments (4)

jgm avatar jgm commented on June 26, 2024

I think removing delims between the quotes makes sense (not sure why I didn't do that originally?).

from cmark.

nwellnhof avatar nwellnhof commented on June 26, 2024

Here's an example how removing delimiters between quotes changes parsing results:

Before:

% echo "'a _b' c_ d" |build/src/cmark --smart
<p>‘a <em>b’ c</em> d</p>

After (the underscore between quotes will be ignored):

% echo "'a _b' c_ d" |build/src/cmark --smart
<p>‘a _b’ c_ d</p>

I also noticed that smart quotes are always converted even if no matching pair is found.

from cmark.

jgm avatar jgm commented on June 26, 2024

I guess the question is whether we want to treat smart quotes as at the same precedence level as _ and *, or as having a lower precedence level.

Since it's an extension, this isn't decided one way or the other by the spec.

I suppose one could argue that spec'd behavior should take precedence, so that smart quotes should have a lower precedence level. Not sure how strong that is.

In any case, these are corner cases; it's hard to imagine this would affect anything serious.

from cmark.

notriddle avatar notriddle commented on June 26, 2024

Other than the commonmark-hs smart quotes extension, most implementations don't do that.

from cmark.

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.