File tree Expand file tree Collapse file tree
config/vocabularies/Docker
content/manuals/engine/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ Vale.Terms = NO
3232
3333[*.md]
3434BasedOnStyles = Docker, Vale
35- TokenIgnores = ({{[%<][ ^}]+[%>]}} )
36- BlockIgnores = (?m)^[ \t]*({{[%<][ ^}]+[%>] }})[ \t]*$
35+ TokenIgnores = ({{[^}]+}}\S* )
36+ BlockIgnores = (?m)^[ \t]*({{[^}]+}})[ \t]*$, (\[[^\]]*{{[^}]+}}[^\]]*\]\([^)]*\))
Original file line number Diff line number Diff line change 1010 ' \b(?:ie|i\.e\.)[\s,] ' : that is
1111 (?:account name|accountname|user name) : username
1212 (?:drop down|dropdown) : drop-down
13- (?:log out|logout) : sign out
14- (?:sign on|log on|log in|logon|login) : sign in
15- above : previous
13+ \blog out\b : sign out
14+ \b(?:sign on|log on|log in)\b : sign in
1615 adaptor : adapter
1716 administrate : administer
1817 afterwards : afterward
2524 anti-virus : antivirus
2625 appendixes : appendices
2726 assembler : assembly
28- below : following
2927 check box : checkbox
3028 check boxes : checkboxes
3129 click : select
Original file line number Diff line number Diff line change @@ -410,9 +410,24 @@ OpenSSL
410410[Ss]tringified
411411SwarmKit
412412[Uu]ncomment
413+ bootloader
413414Buildkite
415+ crypto
414416Graylog
417+ Kubuntu
415418Libnetwork
419+ lockfile
420+ Lubuntu
421+ multimodal
422+ multithreading
423+ NLP
416424Nodemon
425+ oldoldstable
426+ parallelizable
417427PHPUnit
428+ pnpm
418429PyTorch
430+ superset
431+ tokenization
432+ WebGL
433+ Xubuntu
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ $ docker image list --format '{{truncate .Repository 15}}'
110110
111111This example displays the image repository name, truncating it to the first 15 characters if it's longer.
112112
113- ## println
113+ ## ` println `
114114
115115` println ` prints each value on a new line.
116116
You can’t perform that action at this time.
0 commit comments