Replies: 1 comment 2 replies
-
This looks like a lack of the markdown extension in the MkDocs.yml markdown_extensions:
- attr_list https://squidfunk.github.io/mkdocs-material/reference/buttons/#configuration |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a button to a link in my landing page, but when trying to display a button using what has been provided in the documentation it does not turn into a button.
This is the line that I have added to my .md file
[Subscribe to our newsletter](#){ .md-button .md-button--primary }
The display on my landing page looks as shown in the image below.
What have I not done?
Beta Was this translation helpful? Give feedback.
All reactions