# Plugins & Extensions Just by including the TechDocs Core Plugin to your MkDocs site included with Backstage, you gain the immediate use of a variety of popular plugins and extensions to MkDocs. For more information and full details of the available features, see the [`mkdocs-techdocs-core` repository](https://github.com/backstage/mkdocs-techdocs-core#mkdocs-plugins-and-extensions). This page provides a demonstration of some of the available features. ## Admonitions Admonitions are call outs that help catch a users attention. To define an admonition simply put the following Markdown into your content: ``` !!! warn Defining admonitions can be addicting. ``` And they end up looking like this: !!! warn Defining admonitions can be addicting. !!! note You can learn a lot about TechDocs by just visiting the Backstage web site at https://backstage.io/docs. !!! info TechDocs is the core feature that supports documentation as code in Backstage. !!! tip Don't forget to spell check your documentation. ## Pymdownx Extensions Pymdownx (Python Markdown extensions) are a variety of smaller additions. ### Details ??? note "What is the answer to life, the universe, and everything? (click me for the answer)" The answer is 42. ??? note "What is 4 plus 4?" The answer is 8. ???+ note "How do I get support?" You can get support by opening an issue in this repository. This detail is open by default so it's more easily visible without requiring the user to click to open it. ### Task Lists Automatic rendering of Markdown task lists. - [x] Phase 1 - [x] Phase 2 - [ ] Phase 3 ### Emojis Very nice job on documentation! :thumbsup: I've read a lot of documentation, but I love :heart: this document. Weather: :sunny: :umbrella: :cloud: :snowflake: Animals: :tiger: :horse: :turtle: :wolf: :frog: ### Attributes [A Download Link](./images/backstage-logo-cncf.svg){: download } ![A Scaled Image](./images/backstage-logo-cncf.svg){: style="width: 100px" } ### MDX truly sane lists - `attributes` - `customer` - `first_name` - `test` - `family_name` - `email` - `person` - `first_name` - `family_name` - `birth_date` - `subscription_id` - `request`