Enough Markdown to Get You By in Most Cases
A practical guide covering essential Markdown syntax for beginners, including headings, text formatting, links, images, lists, and code blocks.
A practical guide covering essential Markdown syntax for beginners, including headings, text formatting, links, images, lists, and code blocks.
A review of iA Writer's new Authorship feature for tracking edits, highlighting its innovative concept but problematic implementation for static site generators.
Exploring Djot, a new markup language designed to improve upon Markdown's parsing complexity and extend its feature set for technical writing.
A technical guide on using Notion as a headless CMS to generate markdown content for a Gatsby.js (or similar) static site.
A guide on using Hugo's built-in syntax to highlight specific lines within markdown code blocks for technical blog posts.
A tutorial on creating a custom Markdig extension in .NET to parse and transform GitHub username mentions in Markdown.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
A technical guide on using multibib and Quarto to create separate bibliographies for a main document and an appendix in academic writing.
Explains how to create single line breaks in Markdown using HTML <br> tags or trailing backslashes, with compatibility considerations.
A guide to using GitHub-style alerts in markdown files and integrating them into websites with markdown-it plugins.
A technical guide on converting HTML definition lists (<dl>) to fieldset elements (<fieldset>) using JavaScript for consistent note styling in Markdown.
A developer's experience trying TinaCMS, a Git-based, markdown-oriented content management system, to streamline their blog publishing workflow.
The author discusses the history and revival of R Markdown v1, a minimal Markdown package, and explains why it is now 'feature complete'.
Introduces a lightweight HTML article format for web content, detailing how to implement it with R, Quarto, or other tools.
A developer shares their experience using the Remarkable 2 e-ink tablet for writing and reading, and details creating a script to convert PDF notes to Markdown.
Simple Sublime Text settings and a build script to improve Markdown writing and conversion with Pandoc.
A personal reflection on attending FOSDEM 2021, focusing on a talk about using Pandoc for documentation workflows and sharing related tools and resources.
A technical guide for writing WordPress blogs in Markdown, using Google Docs for collaborative review and pandoc for conversion, while preserving formatting.
A video tutorial on adding Markdown rendering and code syntax highlighting to a ChatGPT iOS app built with SwiftUI.
A tutorial on creating custom, SVG-based bullet points for lists in Astro by parsing and manipulating slot content.