<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yonghye Kwon</title>
    <description>The latest articles on DEV Community by Yonghye Kwon (@developer0hye).</description>
    <link>https://dev.to/developer0hye</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3818688%2Fe4278b92-d1fc-4842-968e-814daa33cb47.png</url>
      <title>DEV Community: Yonghye Kwon</title>
      <link>https://dev.to/developer0hye</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/developer0hye"/>
    <language>en</language>
    <item>
      <title>Browser-only Markdown to PDF tool — supports math equations, Mermaid diagrams, and GitHub repos. No server, no uploads.</title>
      <dc:creator>Yonghye Kwon</dc:creator>
      <pubDate>Wed, 11 Mar 2026 15:52:25 +0000</pubDate>
      <link>https://dev.to/developer0hye/browser-only-markdown-to-pdf-tool-supports-math-equations-mermaid-diagrams-and-github-repos-no-4nij</link>
      <guid>https://dev.to/developer0hye/browser-only-markdown-to-pdf-tool-supports-math-equations-mermaid-diagrams-and-github-repos-no-4nij</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdorkm6tkhfmmcmivexsn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdorkm6tkhfmmcmivexsn.gif" alt="example video" width="720" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone! I've been working on a side project and wanted to share it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;dontsendfile.com/md2pdf&lt;/strong&gt; — A free Markdown to PDF converter where your files never leave your browser. Everything runs client-side via WebAssembly. No uploads, no servers touching your data.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Most online converters require you to upload your files to some random server. I wanted a tool where I could convert sensitive docs (meeting notes, internal specs, personal journals) without trusting a third party.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100% browser-based&lt;/strong&gt; — Powered by WebAssembly, nothing is sent to any server&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LaTeX math equations&lt;/strong&gt; — Inline and block math rendered via MathJax&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mermaid diagrams&lt;/strong&gt; — Flowcharts, sequence diagrams, etc. rendered as SVG&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub repo support&lt;/strong&gt; — Paste a GitHub URL and convert any .md file directly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local folder support&lt;/strong&gt; — Drop a folder with multiple .md files and images&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Batch export&lt;/strong&gt; — Select multiple files and export them all at once&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub-flavored Markdown&lt;/strong&gt; — Tables, code blocks, task lists, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The engine behind it: marknest
&lt;/h2&gt;

&lt;p&gt;The core rendering is powered by &lt;strong&gt;marknest&lt;/strong&gt; (&lt;a href="https://github.com/developer0hye/marknest" rel="noopener noreferrer"&gt;https://github.com/developer0hye/marknest&lt;/a&gt;), an open-source Markdown-to-HTML renderer I built in Rust, compiled to WebAssembly. It handles Mermaid diagrams, math equations, and theming — all running in the browser with zero server dependency.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;marknest&lt;/strong&gt; (Rust -&amp;gt; WASM) for Markdown rendering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; (App Router) for the site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MathJax&lt;/strong&gt; &amp;amp; &lt;strong&gt;Mermaid.js&lt;/strong&gt; bundled as client-side runtime assets&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dontsendfile.com/md2pdf" rel="noopener noreferrer"&gt;https://dontsendfile.com/md2pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your feedback — especially on rendering quality and any Markdown edge cases you run into. Thanks for checking it out!&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
