diff options
author | Aleksey Kladov <[email protected]> | 2021-05-10 13:43:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-05-10 13:43:01 +0100 |
commit | 078c8f74880060a80ea528dd1cec351322000b96 (patch) | |
tree | 54d5d1180ae058d70d0ebaf210db039baf4530c1 | |
parent | fd109fb587904cfecc1149e068814bfd38feb83c (diff) |
fix: fix manual rendering
We add `// see the other repo` comments before headers (==). This one isn't a header, but a closing of the example block.
-rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index a1d1951d0..797af3f75 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -18,7 +18,6 @@ To improve this document, send a pull request: + | |||
18 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc] | 18 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc] |
19 | 19 | ||
20 | The manual is written in https://asciidoc.org[AsciiDoc] and includes some extra files which are generated from the source code. Run `cargo test` and `cargo test -p xtask` to create these and then `asciidoctor manual.adoc` to create an HTML copy. | 20 | The manual is written in https://asciidoc.org[AsciiDoc] and includes some extra files which are generated from the source code. Run `cargo test` and `cargo test -p xtask` to create these and then `asciidoctor manual.adoc` to create an HTML copy. |
21 | |||
22 | ==== | 21 | ==== |
23 | 22 | ||
24 | If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum. | 23 | If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum. |