$config['markup_repair_tidy']: Better comment
This commit is contained in:
parent
a8e3754375
commit
eb7cb42e93
@ -472,8 +472,9 @@
|
|||||||
// }
|
// }
|
||||||
// );
|
// );
|
||||||
|
|
||||||
// Repair markup with HTML Tidy. This may be slower, but most if the time it solves nesting mistakes.
|
// Repair markup with HTML Tidy. This may be slower, but it solves nesting mistakes. Tinyboad, at the
|
||||||
// Tinyboad, at the time of writing this, can not prevent out-of-order markup tags (eg. "**''test**'').
|
// time of writing this, can not prevent out-of-order markup tags (eg. "**''test**'') without help from
|
||||||
|
// HTML Tidy.
|
||||||
$config['markup_repair_tidy'] = false;
|
$config['markup_repair_tidy'] = false;
|
||||||
|
|
||||||
// Always regenerate markup. This isn't recommended and should only be used for debugging; by default,
|
// Always regenerate markup. This isn't recommended and should only be used for debugging; by default,
|
||||||
|
Loading…
Reference in New Issue
Block a user