|
|
|
@ -27,12 +27,12 @@ const TPL = `
|
|
|
|
<p>${t("highlighting.description")}</p>
|
|
|
|
<p>${t("highlighting.description")}</p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group row">
|
|
|
|
<div class="form-group row">
|
|
|
|
<div class="col-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="highlighting-color-scheme-select">${t("highlighting.color-scheme")}</label>
|
|
|
|
<label for="highlighting-color-scheme-select">${t("highlighting.color-scheme")}</label>
|
|
|
|
<select id="highlighting-color-scheme-select" class="theme-select form-select"></select>
|
|
|
|
<select id="highlighting-color-scheme-select" class="theme-select form-select"></select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-6 side-checkbox">
|
|
|
|
<div class="col-md-6 side-checkbox">
|
|
|
|
<label class="form-check">
|
|
|
|
<label class="form-check">
|
|
|
|
<input type="checkbox" class="word-wrap form-check-input" />
|
|
|
|
<input type="checkbox" class="word-wrap form-check-input" />
|
|
|
|
${t("code_block.word_wrapping")}
|
|
|
|
${t("code_block.word_wrapping")}
|
|
|
|
|