File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ tags:
11
11
12
12
# IntelliJ IDEA Live Templates
13
13
14
- You can download all below live templates as a file.
15
14
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/`
17
20
18
- You can place them inside your IntelliJ IDEA in
19
- ` ~/Library/Application Support/JetBrains/<IntelliJIdea version>/templates/ `
20
21
21
22
## Java
22
23
Original file line number Diff line number Diff line change @@ -71,14 +71,15 @@ markdown_extensions:
71
71
pygments_lang_class : true
72
72
- pymdownx.inlinehilite
73
73
- pymdownx.snippets
74
- - pymdownx.superfences
75
74
- pymdownx.tasklist :
76
75
custom_checkbox : true
77
76
- pymdownx.superfences :
78
77
custom_fences :
79
78
- name : mermaid
80
79
class : mermaid
81
80
format : !!python/name:pymdownx.superfences.fence_code_format
81
+ - admonition
82
+ - pymdownx.details
82
83
83
84
extra :
84
85
generator : true
You can’t perform that action at this time.
0 commit comments