Skip to content

Commit

Permalink
docs: better look for screenshot captions
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 3, 2022
1 parent 551941b commit 969a9c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ markdown_extensions:
# add tip, warning info boxes
- admonition

- md_in_html

# show # after each header
- toc:
permalink: '#'
Expand Down
15 changes: 9 additions & 6 deletions docs/src/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,15 @@ This package presents Code Lenses as a greenish clickable annotation positioned

Sublime Text has no concept of Code Lenses.

![code-lens](./images/code-lens-annotation.png)

> `"show_code_lens"` is set to `"annotation"`
![code-lens](./images/code-lens-phantom.png)
> `"show_code_lens"` is set to `"phantom"`
<figure markdown>
![code-lens](./images/code-lens-annotation.png)
<figcaption>"show_code_lens" is set to "annotation"</figcaption>
</figure>

<figure markdown>
![code-lens](./images/code-lens-phantom.png)
<figcaption>"show_code_lens" is set to "phantom"</figcaption>
</figure>

## Inlay Hints

Expand Down

0 comments on commit 969a9c8

Please sign in to comment.