Giter VIP home page Giter VIP logo

Comments (9)

gitblit avatar gitblit commented on May 23, 2024

Orefalo, you beat me to it. :) This issue was initially reported downstream @ the gitblit project.
I'm enabling issue notifications to see how this resolves.

from markdownpapers.

lruiz avatar lruiz commented on May 23, 2024

Hi, there is bug detected in the grammar a fix is coming soon, thanks for reporting it

from markdownpapers.

lruiz avatar lruiz commented on May 23, 2024

could you confirm, I had uploaded v1.1.1 jar, let me know if everything is ok, so I can deploy it to maven repo

from markdownpapers.

gitblit avatar gitblit commented on May 23, 2024
Input: ** THIS ** is a test
Expected: <p><strong> THIS </strong> is a test</p>
Actual: <p>** THIS ** is a test</p>

from markdownpapers.

gitblit avatar gitblit commented on May 23, 2024

Reformatted. Not sure if an update email gets sent.

from markdownpapers.

orefalo avatar orefalo commented on May 23, 2024

I see the jar link, but not the code changes in your repo.
please publish your changes, I will probably add a few unit tests over the weekend.

from markdownpapers.

lruiz avatar lruiz commented on May 23, 2024

Well, I know that there is not a formal grammar definition for emphasis but most implementations use this

parts that are surrounded with single asterisks * or underscores _ are treated as text with light emphasis, text parts
surrounded with two asterisks or underscores are treated as text with strong emphasis. Surrounded means that the
starting delimiter must not be followed by a space and that the stopping delimiter must not be preceded by a space.

I tested on stackoverflow and dingus and they behave like that and also github has the same behavior.

from markdownpapers.

orefalo avatar orefalo commented on May 23, 2024

** THIS ** is a test

I saw the branch, thank you!

from markdownpapers.

orefalo avatar orefalo commented on May 23, 2024

I tried with my own documents, it works great. thanks for the quick fix.

from markdownpapers.

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.