header-ify custom stop strings and tokenizer sections

3ed198deb7702b9e5974cc87cd2ac0dddaf9aba0

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +8 -8Ignore whitespace
public/index.html+8 -8
@@ -3167,7 +3167,7 @@
31673167 </div>
31683168 <hr>
31693169 <div>
31703170 <h4 class="range-block-title justifyLeft standoutHeader">
31713171 <span data-i18n="Custom Stopping Strings">
31723172 Custom Stopping Strings
31733173 </span>
@@ -3269,7 +3269,7 @@
32693269 <hr>
32703270 <div name="tokenizerSettingsBlock">
32713271 <div data-newbie-hidden name="tokenizerSelectorBlock">
32723272 <h4 class="standoutHeader"><span data-i18n="Tokenizer">Tokenizer</span>
32733273 <a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">
32743274 <span class="fa-solid fa-circle-question note-link-span"></span>
32753275 </a>
@@ -3302,23 +3302,23 @@
33023302 </div>
33033303
33043304 <div>
3305- <h4 class="range-block-title justifyLeft">
3305+ <small>
33063306 <span data-i18n="Non-markdown strings">
33073307 Non-markdown strings
33083308 </span>
33093309 </h4small>
33103310 <div>
33113311 <input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]separate with commascomma w/odelimited,no spacespaces between" placeholder="separate with commascomma w/odelimited,no spacespaces between" maxlength="100" />
33123312 </div>
33133313 </div>
33143314
33153315 <div class="flex-container flexFlowColumn" data-newbie-hidden name="startReplyWithBlock">
33163316 <div>
3317- <h4 class="range-block-title justifyLeft">
3317+ <small>
33183318 <span data-i18n="Start Reply With">
33193319 Start Reply With
33203320 </span>
33213321 </h4small>
33223322 <div>
33233323 <div contenteditable="true" id="start_reply_with" rows="2" class="text_pole textarea_compact" data-i18n="[placeholder]AI reply prefix" placeholder="AI reply prefix"></div>
33243324 </div>