diff options
author | Rich Trott <rtrott@gmail.com> | 2019-10-13 22:13:52 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-10-15 06:39:52 -0700 |
commit | ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05 (patch) | |
tree | 00b66589027ea1ce8d5b72a723818d2959e5dcaf /tools | |
parent | 6afed1dc853cf2b040502d858caadc17575a7fdf (diff) | |
download | node-new-ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05.tar.gz |
doc: prepare miscellaneous docs for new markdown lint rules
Prepare the final few documents that haven't been updated to always use
`[]` with reference links and to escape `[` and `]` for things that
aren't links in markdown files.
PR-URL: https://github.com/nodejs/node/pull/29963
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/icu/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/icu/README.md b/tools/icu/README.md index 51b58455b4..89a70e7087 100644 --- a/tools/icu/README.md +++ b/tools/icu/README.md @@ -128,9 +128,9 @@ ICU in the future. As of this writing, however, the tools are separate entities within Node.js, although theyare being scrutinized by interested members of the ICU-TC. The “upstream” ICU bugs are given below. - * [#10919](http://bugs.icu-project.org/trac/ticket/10919) - (experimental branch - may copy any source patches here) - * [#10922](http://bugs.icu-project.org/trac/ticket/10922) - (data packaging improvements) - * [#10923](http://bugs.icu-project.org/trac/ticket/10923) - (rewrite data building in python) +* [#10919](http://bugs.icu-project.org/trac/ticket/10919) + (experimental branch - may copy any source patches here) +* [#10922](http://bugs.icu-project.org/trac/ticket/10922) + (data packaging improvements) +* [#10923](http://bugs.icu-project.org/trac/ticket/10923) + (rewrite data building in python) |