dillionmegida / gatsby-remark-liquid-tags

📍 A template plugin used for custom embeds in markdowns.
MIT License
10 stars 5 forks source link

add code fences to services.md #4

Closed muescha closed 4 years ago

muescha commented 4 years ago

What:

reformat services.md

Why:

otherwise the markdown renderer swallow the https:// which is needed for the checkUrl function

How:

added code fences

dillionmegida commented 4 years ago

Hi @muescha , can you please explain more on "markdown renderer swallow the https:// "?

Because currently, the https is shown on SERVICES.md. I'd love to understand your PR better. Thank you.

muescha commented 4 years ago

why

Screenshot:

Before:

Bildschirmfoto 2020-08-06 um 15 34 41

After:

Bildschirmfoto 2020-08-06 um 15 36 04
dillionmegida commented 4 years ago

I completely understand now, thank you

Currently, on my device, it shows the URL correctly and that's why I couldn't replicate it.

Thanks for the PR : )