Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remaining markdownlint warnings #90

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
YANG Language support for Visual Studio Code
============================================
YANG Language Server support for Visual Studio Code
===================================================

Provides [YANG][yang1.1] language support via [YANG Language Server][yang-lsp].

Expand All @@ -18,7 +18,9 @@ Features
![ templates ](https://raw.githubusercontent.com/TypeFox/yang-vscode/master/images/yang-templates.gif)
![ completion ](https://raw.githubusercontent.com/TypeFox/yang-vscode/master/images/yang-completion.gif)
![ navigation ](https://raw.githubusercontent.com/TypeFox/yang-vscode/master/images/yang-navigation.gif)
<img src="https://raw.githubusercontent.com/TypeFox/yang-vscode/master/images/yang-diagram.png" width="480" alt=""/><!-- markdownlint-disable-line MD033 -->
<!-- markdownlint-disable MD033 MD013 -->
<img src="https://raw.githubusercontent.com/TypeFox/yang-vscode/master/images/yang-diagram.png" width="480" alt=""/>
<!-- markdownlint-enable MD033 MD013 -->

* As you type reporting of parsing and compilation errors
* Code completion
Expand All @@ -36,7 +38,8 @@ Features
Configuration
-------------

For configuration and further services, please have a look at the [docs of the YANG Language Server][yang-lsp-docs].
For configuration and further services, please have a look at the
[docs of the YANG Language Server][yang-lsp-docs].

[yang1.1]: https://tools.ietf.org/html/rfc7950
[yang-lsp]: https://github.com/TypeFox/yang-lsp
Expand Down