CSS for markdown blockquote attribution
A technical blog post explaining how to style markdown-generated blockquote attributions with targeted CSS selectors.
A technical blog post explaining how to style markdown-generated blockquote attributions with targeted CSS selectors.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
A beginner's guide to Markdown, a lightweight markup language used in programming documentation and web development.
Introducing llm-url-markdown, a new plugin for Simon Willison's llm CLI tool that fetches web content as markdown for use as LLM context fragments.
A guide to using the HTML <picture> element in GitHub Markdown to display different images for dark and light modes.
A developer details the process of optimizing their custom static blog generator, achieving a 33x speed improvement by analyzing and refactoring inefficient Git operations.
The article argues for saving digital content in Markdown format to ensure long-term preservation and accessibility, avoiding the risks of platform obsolescence.
A guide to enhancing Nuxt3 content articles with typography plugins and automated front-matter image extraction.
A tutorial on implementing a dynamic, markdown-based changelog within a Phoenix LiveView application using the Earmark library.
A tutorial on using the R package {blastula} to create and send automated emails with dynamic content and HTML formatting.
A technical guide on using the Obsidian Dataview plugin to query and organize notes, with practical examples for newsletters and dashboards.
A technical guide on using the Obsidian Templater plugin to automate note creation, with a detailed example for managing contacts.
A technical guide on migrating an Astro.js blog from Astro.glob() to the newer, type-safe Content Collections for better content management.
A technical tip showing how to use AWK to convert CSV/TSV data into a human-readable markdown or HTML table for documentation.
A technical guide on implementing automatic excerpt generation for blog articles in Nuxt 3 using the Content module and custom hooks.
A developer shares his favorite productivity apps for 2024, including Obsidian for notes, Dabble.me for journaling, and Raindrop for bookmarks.
A review of iA Writer's new Authorship feature for tracking edits, highlighting its innovative concept but problematic implementation for static site generators.
A technical guide on using Notion as a headless CMS to generate markdown content for a Gatsby.js (or similar) static site.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
Explains how to create single line breaks in Markdown using HTML <br> tags or trailing backslashes, with compatibility considerations.