Fix table formatting.
The markdown was not working for a small table, fixed.
This commit is contained in:
		
							parent
							
								
									843fe11a0e
								
							
						
					
					
						commit
						a6fcdfbbc1
					
				@ -1032,9 +1032,10 @@ a value that satisfies matcher `m`.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For example:
 | 
					For example:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
					| Expression                   | Description                        |
 | 
				
			||||||
|:-----------------------------|:-----------------------------------|
 | 
					|:-----------------------------|:-----------------------------------|
 | 
				
			||||||
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
					| `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
				
			||||||
 | 
					| `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
					Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
				
			||||||
argument and be declared as `const`.
 | 
					argument and be declared as `const`.
 | 
				
			||||||
 | 
				
			|||||||
@ -1037,9 +1037,10 @@ a value that satisfies matcher `m`.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For example:
 | 
					For example:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
					| Expression                   | Description                        |
 | 
				
			||||||
|:-----------------------------|:-----------------------------------|
 | 
					|:-----------------------------|:-----------------------------------|
 | 
				
			||||||
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
					| `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
				
			||||||
 | 
					| `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
					Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
				
			||||||
argument and be declared as `const`.
 | 
					argument and be declared as `const`.
 | 
				
			||||||
 | 
				
			|||||||
@ -1030,9 +1030,10 @@ a value that satisfies matcher `m`.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For example:
 | 
					For example:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
					| Expression                   | Description                        |
 | 
				
			||||||
|:-----------------------------|:-----------------------------------|
 | 
					|:-----------------------------|:-----------------------------------|
 | 
				
			||||||
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
					| `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`. |
 | 
				
			||||||
 | 
					| `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
					Note that in `Property(&Foo::baz, ...)`, method `baz()` must take no
 | 
				
			||||||
argument and be declared as `const`.
 | 
					argument and be declared as `const`.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user