diff --git a/mkdocs.yml b/mkdocs.yml index b9aa3477..b2b17ee2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ docs_dir: 'src' markdown_extensions: - admonition + - attr_list - def_list - pymdownx.highlight: use_pygments: false diff --git a/src/components/Alert/README.md b/src/components/Alert/README.md index b7380b62..e694f67d 100644 --- a/src/components/Alert/README.md +++ b/src/components/Alert/README.md @@ -176,8 +176,8 @@ with the API of the React component are forwarded to the root `
` HTML element. This enables making the component interactive and helps to improve its accessibility. -👉 For the full list of supported attributes refer to [div HTML element attributes] -and [React common props]. +👉 For the full list of supported attributes refer to [div HTML element attributes]{:target="_blank"} +and [React common props]{:target="_blank"}. ## API