Fix adoc formatting to not interpret long string

This commit is contained in:
Lars Müller 2022-09-12 07:32:30 +02:00 committed by GitHub
parent f9b5d6408a
commit 2b1238402e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ a matching number of equals signs (`=`) between the two brackets of each pair:
Within them, no escaping applies, which means that texture modifiers can be written down literally;
a leading square bracket such as that of a generating texture modifier is not a problem.
Example: `[[[combine:1x1:0,0=a.png]]`.
Example: `+[[[combine:1x1:0,0=a.png]]+`.
Using equals signs is never necessary since texture modifiers won't contain `[[` or `]]`.