You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now with FormatPart::HtmlEscape implemented, and ConfigOuput removed, there isn't much point to having a whole config file, just for the format value.
Instead, use a format.ron file for the format config. This will make format readability much better, as the format value is essentially already in the RON format.
The text was updated successfully, but these errors were encountered:
Now with
FormatPart::HtmlEscape
implemented, andConfigOuput
removed, there isn't much point to having a whole config file, just for theformat
value.Instead, use a
format.ron
file for the format config. This will make format readability much better, as the format value is essentially already in the RON format.The text was updated successfully, but these errors were encountered: