Skip to content

Commit 5ee1adc

Browse files
authored
Fix rendering of providers table (#687)
1 parent a4a95cd commit 5ee1adc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,9 +1951,10 @@ The provider name is the xml element name to use when configuring.
19511951
<tr>
19521952
<td><tt>uuid</tt></td>
19531953
<td>
1954-
Outputs random UUID as field value. Handy when you want to provide unique identifier
1955-
for log lines.
1956-
1954+
<p>
1955+
Outputs random UUID as field value. Handy when you want to provide unique identifier
1956+
for log lines.
1957+
</p>
19571958
<ul>
19581959
<li><tt>fieldName</tt> - Output field name (<tt>uuid</tt>)</li>
19591960
<li><tt>strategy</tt> - UUID generation strategy (<tt>random</tt>). Supported options: <ul><li><tt>random</tt> - for Type 4 UUID</li>

0 commit comments

Comments
 (0)