Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-transformer-remark): render html attributes in html excerpt #10196

Merged

Conversation

nadrane
Copy link
Contributor

@nadrane nadrane commented Nov 29, 2018

fix #10194

@pieh pieh changed the title track markdown properties fix(gatsby-transformer-remark): render html attributes in html excerpt Nov 29, 2018
@@ -245,7 +245,7 @@ title: "my little pony"
date: "2017-09-18T23:19:51.246Z"
---

Where oh [*where*](nick.com) **_is_** that pony?`,
Where oh [*where*](nick.com) **_is_** ![pony.png](that pony)?`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you do the switch of filename and alt tag on purpose (pony)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah, I did not. Good catch!

i'll fix it right away

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it :)

@DSchau
Copy link
Contributor

DSchau commented Nov 30, 2018

Thanks once more with this PR! Also check out #10202 if you haven't already 😄

@DSchau DSchau merged commit 2483aef into gatsbyjs:master Nov 30, 2018
gpetrioli pushed a commit to gpetrioli/gatsby that referenced this pull request Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

anchor tags not clickable in excerpts
3 participants