Another small tip: you can simply use a single <br> for line breaks — there’s no need to use <b> or </b>.
Also, just like in the script example, scripts can support localized language strings as well:
"""
Name-US:Example
Name-CN:示例
Description-US:Example line 1.<br>Example line 2.<br>Example line 3.
Description-CN:示例第 1 行。<br>示例第 2 行。<br>示例第 3 行。
"""