1717 < nav >
1818 < a href ="#features "> Features</ a >
1919 < a href ="#download "> Download</ a >
20- < a href ="https://github.com/Devitools /arandu " target ="_blank " rel ="noopener "> GitHub</ a >
20+ < a href ="https://github.com/devitools /arandu " target ="_blank " rel ="noopener "> GitHub</ a >
2121 < button id ="theme-toggle " title ="Toggle theme " aria-label ="Toggle theme ">
2222 < svg width ="18 " height ="18 " viewBox ="0 0 16 16 " fill ="currentColor ">
2323 < path d ="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 1v12A6 6 0 1 1 8 2z "/>
@@ -38,7 +38,7 @@ <h1>A beautiful way to<br>read Markdown.</h1>
3838 < a id ="cta-download " href ="#download " class ="btn btn-primary ">
3939 Download for < span id ="cta-os "> your OS</ span >
4040 </ a >
41- < a href ="https://github.com/Devitools /arandu " class ="btn btn-secondary " target ="_blank " rel ="noopener ">
41+ < a href ="https://github.com/devitools /arandu " class ="btn btn-secondary " target ="_blank " rel ="noopener ">
4242 View on GitHub
4343 </ a >
4444 </ div >
@@ -54,18 +54,23 @@ <h1>A beautiful way to<br>read Markdown.</h1>
5454 < div class ="mockup-body ">
5555 < div class ="mockup-sidebar ">
5656 < div class ="mockup-sidebar-header "> OUTLINE</ div >
57- < div class ="mockup-outline-item active " data-level ="1 "> Getting Started</ div >
58- < div class ="mockup-outline-item " data-level ="2 "> Installation</ div >
59- < div class ="mockup-outline-item " data-level ="2 "> Usage</ div >
60- < div class ="mockup-outline-item " data-level ="1 "> Features</ div >
61- < div class ="mockup-outline-item " data-level ="2 "> Syntax Highlighting</ div >
62- < div class ="mockup-outline-item " data-level ="2 "> Live Reload</ div >
57+ < div class ="mockup-outline-item active " data-level ="1 " data-target =" mock-getting-started " > Getting Started</ div >
58+ < div class ="mockup-outline-item " data-level ="2 " data-target =" mock-installation " > Installation</ div >
59+ < div class ="mockup-outline-item " data-level ="2 " data-target =" mock-usage " > Usage</ div >
60+ < div class ="mockup-outline-item " data-level ="1 " data-target =" mock-features " > Features</ div >
61+ < div class ="mockup-outline-item " data-level ="2 " data-target =" mock-syntax " > Syntax Highlighting</ div >
62+ < div class ="mockup-outline-item " data-level ="2 " data-target =" mock-reload " > Live Reload</ div >
6363 </ div >
6464 < div class ="mockup-content markdown-body ">
65- < h1 > Getting Started</ h1 >
65+ < h1 id =" mock-getting-started " > Getting Started</ h1 >
6666 < p > Arandu is a minimal Markdown viewer that renders your files with beautiful typography, syntax highlighting, and a live-updating preview.</ p >
67- < pre > < code > arandu README.md</ code > </ pre >
68- < h2 > Features</ h2 >
67+ < h2 id ="mock-installation "> Installation</ h2 >
68+ < pre > < code > brew install --cask devitools/arandu/arandu</ code > </ pre >
69+ < h2 id ="mock-usage "> Usage</ h2 >
70+ < pre > < code > arandu README.md
71+ arandu doc1.md doc2.md
72+ arandu *.md</ code > </ pre >
73+ < h2 id ="mock-features "> Features</ h2 >
6974 < table >
7075 < thead >
7176 < tr > < th > Feature</ th > < th > Description</ th > </ tr >
@@ -76,6 +81,13 @@ <h2>Features</h2>
7681 < tr > < td > Live Reload</ td > < td > Auto-refresh on file save</ td > </ tr >
7782 </ tbody >
7883 </ table >
84+ < h2 id ="mock-syntax "> Syntax Highlighting</ h2 >
85+ < p > Code blocks are highlighted automatically with support for over 190 languages.</ p >
86+ < pre > < code > < span class ="code-keyword "> function</ span > < span class ="code-function "> greet</ span > (< span class ="code-param "> name</ span > ) {
87+ console.< span class ="code-function "> log</ span > (< span class ="code-string "> `Hello, ${name}!`</ span > );
88+ }</ code > </ pre >
89+ < h2 id ="mock-reload "> Live Reload</ h2 >
90+ < p > Arandu watches your file for changes and refreshes the preview instantly when you save from any editor.</ p >
7991 </ div >
8092 </ div >
8193 </ div >
@@ -184,9 +196,15 @@ <h2>Download</h2>
184196 </ svg >
185197 < h3 > macOS</ h3 >
186198 < p > Tauri app</ p >
187- < a href ="https://github.com/Devitools /arandu/releases/latest " class ="btn btn-primary "> Download DMG</ a >
199+ < a href ="https://github.com/devitools /arandu/releases/latest " class ="btn btn-primary "> Download DMG</ a >
188200 < p class ="brew-hint "> or install with Homebrew:</ p >
189- < code class ="brew-cmd "> brew install --cask devitools/arandu/arandu</ code >
201+ < div class ="brew-block ">
202+ < code class ="brew-cmd "> brew install --cask devitools/arandu/arandu</ code >
203+ < button class ="brew-copy " title ="Copy to clipboard " onclick ="navigator.clipboard.writeText('brew install --cask devitools/arandu/arandu');this.classList.add('copied');setTimeout(()=>this.classList.remove('copied'),1500) ">
204+ < svg class ="icon-copy " width ="14 " height ="14 " viewBox ="0 0 16 16 " fill ="currentColor "> < path d ="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25z "/> < path d ="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25z "/> </ svg >
205+ < svg class ="icon-check " width ="14 " height ="14 " viewBox ="0 0 16 16 " fill ="currentColor "> < path d ="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z "/> </ svg >
206+ </ button >
207+ </ div >
190208 </ div >
191209 < div class ="download-card fade-in " data-os ="linux ">
192210 < svg class ="os-icon " viewBox ="0 0 24 24 " fill ="currentColor ">
@@ -195,8 +213,8 @@ <h3>macOS</h3>
195213 < h3 > Linux</ h3 >
196214 < p > Tauri app</ p >
197215 < div class ="download-links ">
198- < a href ="https://github.com/Devitools /arandu/releases/latest " class ="btn btn-primary "> AppImage</ a >
199- < a href ="https://github.com/Devitools /arandu/releases/latest " class ="btn btn-secondary "> .deb</ a >
216+ < a href ="https://github.com/devitools /arandu/releases/latest " class ="btn btn-primary "> AppImage</ a >
217+ < a href ="https://github.com/devitools /arandu/releases/latest " class ="btn btn-secondary "> .deb</ a >
200218 </ div >
201219 </ div >
202220 < div class ="download-card fade-in " data-os ="windows ">
@@ -205,16 +223,16 @@ <h3>Linux</h3>
205223 </ svg >
206224 < h3 > Windows</ h3 >
207225 < p > Tauri app</ p >
208- < a href ="https://github.com/Devitools /arandu/releases/latest " class ="btn btn-primary "> Download .exe</ a >
226+ < a href ="https://github.com/devitools /arandu/releases/latest " class ="btn btn-primary "> Download .exe</ a >
209227 </ div >
210228 </ div >
211229 </ div >
212230 </ section >
213231
214232 < footer >
215233 < div class ="container footer-inner ">
216- < span > © 2026 Devitools </ span >
217- < a href ="https://github.com/Devitools /arandu " target ="_blank " rel ="noopener "> GitHub</ a >
234+ < span > © 2026 devitools </ span >
235+ < a href ="https://github.com/devitools /arandu " target ="_blank " rel ="noopener "> GitHub</ a >
218236 </ div >
219237 </ footer >
220238
0 commit comments