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
Issue: The textbox for custom css truncates long inputs.
Instead of making it accept long inputs, I suggest adding an url.
The exported html code will then contain something like <link rel="stylesheet" href="https://example.com/resources/css/custom_md.css"> instead of the normal <style>...</style> element.
Environment
Notepad++ 8.14 (32bit)_
MarkdownViewer++ 0.8.2.25525
Windows 10 (64bit)
The text was updated successfully, but these errors were encountered:
Issue description
Issue: The textbox for custom css truncates long inputs.
Instead of making it accept long inputs, I suggest adding an url.
The exported html code will then contain something like
<link rel="stylesheet" href="https://example.com/resources/css/custom_md.css">
instead of the normal<style>...</style>
element.Environment
The text was updated successfully, but these errors were encountered: