<?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: Jignesh Sanghani</title>
    <description>The latest articles on DEV Community by Jignesh Sanghani (@jigs1996).</description>
    <link>https://dev.to/jigs1996</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F308220%2F3d6dc97e-ef0d-4324-84f1-6189eff4730b.jpeg</url>
      <title>DEV Community: Jignesh Sanghani</title>
      <link>https://dev.to/jigs1996</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jigs1996"/>
    <language>en</language>
    <item>
      <title>I built a free, private Markdown editor with math, Mermaid diagrams and slides</title>
      <dc:creator>Jignesh Sanghani</dc:creator>
      <pubDate>Thu, 24 Sep 2026 21:44:52 +0000</pubDate>
      <link>https://dev.to/jigs1996/i-built-a-free-private-markdown-editor-with-math-mermaid-diagrams-and-slides-dig</link>
      <guid>https://dev.to/jigs1996/i-built-a-free-private-markdown-editor-with-math-mermaid-diagrams-and-slides-dig</guid>
      <description>&lt;p&gt;I kept bouncing between Markdown tools: one for quick previews, another for math, another for Mermaid diagrams, and none of them let me paste the result into Gmail or Google Docs without breaking the formatting. Most also wanted an account before I typed a single line.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://mdpreview.jignesh.dev/" rel="noopener noreferrer"&gt;Markdown Preview&lt;/a&gt;&lt;/strong&gt;, a free live Markdown editor that runs entirely in the browser.&lt;/p&gt;

&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%2Fmdpreview.jignesh.dev%2Fopengraph-image%3F09b4f236a47f3cf9" 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%2Fmdpreview.jignesh.dev%2Fopengraph-image%3F09b4f236a47f3cf9" alt="Markdown Preview" width="1200" height="630"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live side-by-side preview&lt;/strong&gt; with synced scrolling and full GitHub Flavored Markdown (tables, task lists, footnotes, emoji, GitHub-style callouts, YAML frontmatter)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Math with KaTeX&lt;/strong&gt;: &lt;code&gt;$x^2$&lt;/code&gt; inline, &lt;code&gt;$$...$$&lt;/code&gt; for blocks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mermaid diagrams&lt;/strong&gt;: flowcharts, sequence diagrams, Gantt charts, following your light/dark theme&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Syntax highlighting&lt;/strong&gt; for 180+ languages with a copy button on every code block&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Slides&lt;/strong&gt;: a &lt;code&gt;---&lt;/code&gt; line starts a new slide in present mode, with speaker notes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copy as rich text&lt;/strong&gt; into Gmail, Google Docs or Slack with headings, tables and bold intact (great for AI chat output too)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open any GitHub, GitLab or Bitbucket file&lt;/strong&gt; from a link, or share &lt;code&gt;/?url=your-file.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tabs, outline, command palette&lt;/strong&gt;, find and replace, auto snapshots (version history), custom preview CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export&lt;/strong&gt; to PDF, standalone HTML or .md&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Privacy first
&lt;/h2&gt;

&lt;p&gt;There is no account and no backend for your documents. Everything is stored in your browser (IndexedDB + localStorage), and it installs as a PWA, so it works offline too.&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://mdpreview.jignesh.dev/" rel="noopener noreferrer"&gt;https://mdpreview.jignesh.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's free, no tiers and no watermark. I'd love feedback: what's missing for your Markdown workflow, and what would make you switch from your current editor?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>markdown</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
