We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example — book covers on landings:
<p> <figure><img src="/8f86c1d07d5536454690030cd1a10b53.png" alt="SurviveJS - Webpack" class="front-cover" width="255" height="329" /> <figcaption>SurviveJS - Webpack</figcaption></figure> </p> ...
This creates undesired whitespace.
The text was updated successfully, but these errors were encountered:
We could probably extract book covers into React.
Sorry, something went wrong.
The wrapping comes from the Markdown parser likely. Here's how to do it: https://github.com/GraphQLFinland/site/blob/master/components/Markdown.js . That solution needs to grow to fit the needs of this site, though.
I mean it doesn't make much sense to put cover into Markdown on landings if we override how they look anyway.
That's true. They can live outside of Markdown for sure.
No branches or pull requests
Example — book covers on landings:
This creates undesired whitespace.
The text was updated successfully, but these errors were encountered: