Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Fix RDMD callout titles. #656

Merged
merged 11 commits into from
Apr 30, 2020
Merged

Fix RDMD callout titles. #656

merged 11 commits into from
Apr 30, 2020

Conversation

rafegoldberg
Copy link
Contributor

🧰 What's being changed?

Resolves #652.

🧪 Testing

Check it out here.

🗳 Checklist

  • 🐛 I'm fixing a bug

@rafegoldberg rafegoldberg added type:bug Something isn't working Markdown labels Apr 29, 2020
@rafegoldberg rafegoldberg requested a review from erunion April 29, 2020 22:38
@@ -189,7 +189,8 @@ function tokenize(eat, value) {
.split(/(?:www)?\./)
.filter(i => i)
.join('')}`;
const data = { url, html, title, provider: json.provider };
const data = { url, html, title, provider: json.provider, iframe: json.iframe };
console.log({ json, extract: { title, url, html, data } });
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
console.log({ json, extract: { title, url, html, data } });

@rafegoldberg rafegoldberg force-pushed the fix/rdmd-callout-titles branch from 0708512 to c1d3e0c Compare April 29, 2020 23:47
@rafegoldberg
Copy link
Contributor Author

totally fucked on a technicality; guess I'll be eating my 🎩...

@readme/markdown: Jest: "global" coverage threshold for branches (88%) not met: 87.83%

- add default case
- lightbox click event case
@rafegoldberg
Copy link
Contributor Author

HA

@erunion erunion merged commit d3dbb0d into master Apr 30, 2020
@erunion erunion deleted the fix/rdmd-callout-titles branch April 30, 2020 00:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using inline code syntax in callout titles only renders code
2 participants