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
Hello,
I'm currently working on a site with gatsby and I wanted to know how to add a css class to the markdown that will be rendered to a react-component.
for example:
# List 1. one 2. two 3. three
how can I add a class to the h1 and ol with gatsby?
h1
ol
The text was updated successfully, but these errors were encountered:
Take a look at the Kitchen Sink Starter — it shows how to add a markdown-it plugin which adds syntax for adding classes to markdown.
http://gatsbyjs.github.io/gatsby-starter-default/markdown/
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm currently working on a site with gatsby and I wanted to know how to add a css class to the markdown that will be rendered to a react-component.
for example:
how can I add a class to the
h1
andol
with gatsby?The text was updated successfully, but these errors were encountered: