Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,11 @@ <h1>
<!-- Editor -->
<div class="editor-container mobile-visible">
<div class="editor-header">MARKDOWN EDITOR</div>
<textarea id="markdown-editor" placeholder="Type your markdown here..."></textarea>
<textarea
id="markdown-editor"
aria-label="Markdown editor input"
placeholder="Type your markdown here..."
></textarea>
</div>

<!-- Split View Resizer -->
Expand Down Expand Up @@ -1080,7 +1084,9 @@ <h1>
<div class="modal-content pdf-modal-content">
<div class="modal-header">
<h2>PDF Export Settings</h2>
<button class="close-btn" id="close-pdf-modal">&times;</button>
<button class="close-btn" id="close-pdf-modal" aria-label="Close PDF Settings">
&times;
</button>
</div>

<!-- PDF Preview Container -->
Expand Down Expand Up @@ -1236,7 +1242,7 @@ <h2 id="create-file-modal-title">Create New Markdown File</h2>
<div class="modal-content">
<div class="modal-header">
<h2>Theme Customizer</h2>
<button class="close-btn" id="close-modal">&times;</button>
<button class="close-btn" id="close-modal" aria-label="Close Customizer">&times;</button>
</div>

<div class="section-title">Background Colors</div>
Expand Down