You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ plugins:
33
33
use_material_search: true
34
34
```
35
35
36
+
(Optional) To use [PyMdown Blocks Extensions](https://facelessuser.github.io/pymdown-extensions/extensions/blocks/api/) (replaces `admonitions`, `pymdownx.details` and `pymdownx.tabbed` extensions), you need to add the following configuration to your `mkdocs.yml`:
37
+
38
+
```yaml
39
+
plugins:
40
+
- techdocs-core:
41
+
use_pymdownx_blocks: true
42
+
```
43
+
36
44
## Development
37
45
38
46
### Running Locally
@@ -149,6 +157,10 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
149
157
150
158
## Changelog
151
159
160
+
### 1.5.3
161
+
162
+
- Added support for PyMdown Blocks extensions
163
+
152
164
### 1.5.2
153
165
154
166
- Update `markdown_inline_graphviz_extension` to use forked `markdown-graphviz-inline` instead due to abandonment of original dependency.
0 commit comments