Skip to content

Commit 1cda4e6

Browse files
committed
style: md lint
1 parent 1f59def commit 1cda4e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ dependency tree and the validation tool.
107107
* The command will prompt for the maximum depth of the tree where 0 means
108108
unbounded. This is a command prefix and can therefore be specified with the
109109
usual `C-u` binding.
110-
* The resulting tree view can be refreshed using the common binding of `g` and quit
111-
with `q`.
110+
* The resulting tree view can be refreshed using the common binding of `g` and
111+
quit with `q`.
112112

113113
### Dependency Graph
114114

115115
If running under a `window-sytem` it is also possible to display the current
116116
buffer's dependencies as a directed graph. The tool will generate an SVG and
117117
display in a read-only window.
118118

119-
* Command `sdml-mode-current-buffer-dependency-graph` has the default binding `C-c
119+
* Command `sdml-mode-current-buffer-dependency-graph` has the default binding `C-c
120120
C-s M-t`.
121121

122122
### Full Validation
@@ -194,7 +194,8 @@ creating any PR.
194194
- `eldev test --undercover auto,coveralls,merge,dontsent -U simplecov.json`
195195
- `eldev release -nU 9.9.9`
196196

197-
The script [eldev-check.sh](https://gist.github.com/johnstonskj/6af5ef6866bfb1288f4962a6ba3ef418) may be useful to you if you do not have your own Eldev workflow.
197+
The script [eldev-check.sh](https://gist.github.com/johnstonskj/6af5ef6866bfb1288f4962a6ba3ef418) may be useful to you if you do not have your own Eldev
198+
workflow.
198199

199200
## License
200201

@@ -205,7 +206,8 @@ file in the repository for details.
205206

206207
### Version 0.2.0
207208

208-
* Feature: update the grammar support for the underlying 0.4.0 release of tree-sitter-sdml.
209+
* Feature: update the grammar support for the underlying 0.4.0 release of
210+
tree-sitter-sdml.
209211

210212
### Version 0.1.9
211213

0 commit comments

Comments
 (0)