Skip to content

Commit

Permalink
fix: ui fixed (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Feb 18, 2024
1 parent 192991d commit c63230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h5 class="info-text">General </h5>
<!--<input type="checkbox" value="false" id='addExtensionToInternalLinks'> -->
<label for="keepFontColors" class="pure-checkbox">
Keeps custom font family and font colors encoded as inline style in span
<br><div style='font-size: 12px;'><i>Please note that this feature keeps spans as html tags, so it won't produce a standard Markdown file</i>
<br><div style='font-size: 12px;'><i>Please note that this feature keeps spans as html tags, so it won't produce a standard Markdown file</i></div>
</label>
<select class="form-control configurationItem" name="keepFontColors" id="keepFontColors">
<option value="true">Yes</option>
Expand Down

0 comments on commit c63230d

Please sign in to comment.