We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368a633 commit cdd0b56Copy full SHA for cdd0b56
tests/target/issue-4210.rs
@@ -7,9 +7,9 @@
7
/// | val | x |
8
pub struct Item;
9
10
-/// Table that is > 80 symbols:
+/// Table value that is > 80 symbols:
11
///
12
-/// | table | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
13
-/// |-------|-----------------------------------------------------------------------------
14
-/// | val | x
15
-pub struct Item;
+/// | table | heading
+/// |----------|-----------------------------------------------------------------------------
+/// | long val | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+pub struct Item2;
0 commit comments