File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ markdown_extensions:
29
29
# add tip, warning info boxes
30
30
- admonition
31
31
32
+ - md_in_html
33
+
32
34
# show # after each header
33
35
- toc :
34
36
permalink : ' #'
Original file line number Diff line number Diff line change @@ -152,12 +152,15 @@ This package presents Code Lenses as a greenish clickable annotation positioned
152
152
153
153
Sublime Text has no concept of Code Lenses.
154
154
155
- ![ code-lens] ( ./images/code-lens-annotation.png )
156
-
157
- > ` "show_code_lens" ` is set to ` "annotation" `
158
-
159
- ![ code-lens] ( ./images/code-lens-phantom.png )
160
- > ` "show_code_lens" ` is set to ` "phantom" `
155
+ <figure markdown >
156
+ ![ code-lens] ( ./images/code-lens-annotation.png )
157
+ <figcaption >"show_code_lens" is set to "annotation"</figcaption >
158
+ </figure >
159
+
160
+ <figure markdown >
161
+ ![ code-lens] ( ./images/code-lens-phantom.png )
162
+ <figcaption >"show_code_lens" is set to "phantom"</figcaption >
163
+ </figure >
161
164
162
165
## Inlay Hints
163
166
You can’t perform that action at this time.
0 commit comments