Blog - #developers

Markdown guides, tutorials, and tips for developers, writers, and students.

All
developers

Laravel Markdown: Render Markdown in Blade (3 Ways)

Laravel markdown three ways: Str::markdown() with no package, Spatie laravel-markdown, and Graham Campbell's package, plus the XSS-safe config. Try our editor.

September 11, 2026·9 min read

GitLab Markdown: GLFM Syntax Guide and Cheat Sheet

GitLab Markdown (GLFM) explained: references, alerts, KaTeX math, TOC, inline diffs, and how it differs from GitHub, in one cheat sheet. Try our free editor.

September 11, 2026·10 min read

Flutter Markdown: Render Markdown in Flutter Apps (2026)

Flutter markdown tutorial: migrate from the discontinued flutter_markdown to flutter_markdown_plus, wire links and styles, and pick gpt_markdown for AI chat.

September 11, 2026·9 min read

Angular Markdown Editor: ngx-markdown Setup Guide

Build an Angular Markdown editor with ngx-markdown 22, signals and standalone components, sort out the three editor packages, add Prism. Try our editor.

September 11, 2026·9 min read

Vue Markdown Editor: Build One in 30 Lines (2026)

Build a Vue markdown editor with ref, computed, markdown-it, and DOMPurify, then compare md-editor-v3, v-md-editor, vue3-markdown, and Tiptap. Try our editor.

September 11, 2026·9 min read

Django Markdown: Render Markdown in Templates Safely

Django Markdown tutorial: build a template filter with Python-Markdown and nh3, add tables and code highlighting, and pick a package. Try our free editor.

September 11, 2026·10 min read

JSON to Markdown: Convert Data to Tables and Docs

Convert JSON to Markdown tables and documents with working Python, jq, and Node snippets, plus the pipe and null gotchas that break rows. Try our free editor.

September 11, 2026·10 min read

Tiptap Markdown: Import and Export (@tiptap/markdown)

Add tiptap markdown support with @tiptap/markdown: load Markdown with contentType, export with editor.getMarkdown(), keep tables and task lists. Try our editor.

September 11, 2026·9 min read

markdown-it vs marked: Render Markdown in JavaScript

Build a live Markdown previewer with markdown-it and marked in under 30 lines, add DOMPurify, heading anchors, KaTeX, and highlighting. Try our free editor.

September 11, 2026·9 min read

Markdown Diff: Compare Files and Write Diff Blocks

Learn markdown diff two ways: the diff code block that colors added and removed lines, and git word-diff or GitHub rich diff to compare .md files. Try it free.

September 11, 2026·9 min read

Telegram Markdown: MarkdownV2 Syntax and Escaping Guide

Telegram markdown explained: the markers you can type in the app, Bot API MarkdownV2 with its 18 escaped characters, and Rich Markdown for bots. Try our editor.

September 11, 2026·9 min read

Markdown Documentation: Write Docs in Markdown (2026)

How to write markdown documentation: folder structure, a docs page template, an API endpoint template, and when to use MkDocs or Pandoc. Try our free editor.

September 11, 2026·9 min read

MDX Markdown: JSX Components in Markdown Explained

Learn what MDX markdown adds to plain Markdown, which syntax breaks when you rename .md to .mdx, and what a normal editor still renders. Try our free editor.

September 11, 2026·9 min read