Skip to content

Commit a4ad0ed

Browse files
committed
Fix links on readme
1 parent d6c2b4c commit a4ad0ed

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods featu
3939

4040
`lsp-dart` uses `lsp-treemacs` for rendering some tree views features.
4141

42-
**`lsp-dart-show-outline`** [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
42+
**`lsp-dart-show-outline`** [:warning:*](#features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-or-above)
4343

4444
![outline](images/outline.png)
4545

46-
**`lsp-dart-show-flutter-outline`** [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
46+
**`lsp-dart-show-flutter-outline`** [:warning:*](#features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-or-above)
4747

4848
![flutter-outline](images/flutter-outline.gif)
4949

5050
### Run tests
5151

5252
`lsp-dart-run-test-file` - Run all tests from current test buffer.
5353

54-
`lsp-dart-run-test-at-point` - Run single test at point. [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
54+
`lsp-dart-run-test-at-point` - Run single test at point. [:warning:*](#features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-or-above)
5555

5656
Running a test interactively:
5757

@@ -67,7 +67,7 @@ You can disable the feature setting `lsp-dart-flutter-fringe-colors` to `nil`.
6767

6868
### Flutter widget guides
6969

70-
Display widget guide lines from parent to child widgets on flutter. [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
70+
Display widget guide lines from parent to child widgets on flutter. [:warning:*](#features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-or-above)
7171

7272
![flutter-widget-guides](images/flutter-widget-guides.png)
7373

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ repo_name: emacs-lsp/lsp-dart
2121
repo_url: https://github.com/emacs-lsp/lsp-dart
2222

2323
markdown_extensions:
24+
- pymdownx.emoji:
25+
emoji_index: !!python/name:materialx.emoji.twemoji
26+
emoji_generator: !!python/name:materialx.emoji.to_svg
2427
- codehilite
2528
- toc:
2629
permalink: '#'

0 commit comments

Comments
 (0)