Mqxx / GitHub-Markdown

Additional Markdown for GitHub.
GNU General Public License v2.0
82 stars 11 forks source link

Use raw links #5

Closed Araxeus closed 1 year ago

Araxeus commented 1 year ago

The current examples don't work. It only works in this repo, anywhere else you need to link to the raw image

Note I'm confused how does this repo have 31 stars, but the examples don't work? did no one test this? am I somehow missing something?

Mqxx commented 1 year ago

I don't know what the problem is... The examples work perfectly fine. You don't have to use the Raw links. If it solves the problem for you then please use the raw links.

Are the badges just not rendering properly on your end?

Araxeus commented 1 year ago

Please try using those links in the comments here... how can you say it's working fine? have you tried using it anywhere that isn't the readme of this repo?

here's the version currently in the readme:

Info
Info
Code ```md > > > Info >
> > Info ```

here's the raw version:

Info
Info
Code ```md > > > Info >
> > Info ```
Screenshot of this comment on my end, just in case ![image](https://user-images.githubusercontent.com/78568641/230659108-8f284dac-ef07-4b2d-8bc4-2da5b7cc4e38.png)
Mqxx commented 1 year ago

Yes it is also only for the README. GitHub gets the SVG from the original source when parsing the markdown file, so it is only displayed correctly in the READMEs.

Mqxx commented 1 year ago

I have merged the new code thanks for updating it correctly!