Skip to content

Commit fcce4ef

Browse files
authored
Merge pull request #67 from nramc/66-setup-base-for-blog
feat: admonition config added
2 parents 7cd145f + 6c4f1a7 commit fcce4ef

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/how-to-articles/intellij-live-templates.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ tags:
1111

1212
# IntelliJ IDEA Live Templates
1313

14-
You can download all below live templates as a file.
1514

16-
[Download File](../assets/data/intellij-idea-live-templates/custom-intellij-idea-live-templates.xml){ .md-button .md-button--primary }
15+
!!! tip "You can download all below live templates as a file"
16+
17+
[Download File](../assets/data/intellij-idea-live-templates/custom-intellij-idea-live-templates.xml){ .md-button .md-button--primary }
18+
19+
You can place them inside your IntelliJ IDEA in `~/Library/Application Support/JetBrains/<IntelliJIdea version>/templates/`
1720

18-
You can place them inside your IntelliJ IDEA in
19-
`~/Library/Application Support/JetBrains/<IntelliJIdea version>/templates/`
2021

2122
## Java
2223

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ markdown_extensions:
7171
pygments_lang_class: true
7272
- pymdownx.inlinehilite
7373
- pymdownx.snippets
74-
- pymdownx.superfences
7574
- pymdownx.tasklist:
7675
custom_checkbox: true
7776
- pymdownx.superfences:
7877
custom_fences:
7978
- name: mermaid
8079
class: mermaid
8180
format: !!python/name:pymdownx.superfences.fence_code_format
81+
- admonition
82+
- pymdownx.details
8283

8384
extra:
8485
generator: true

0 commit comments

Comments
 (0)