Markdown 80 posts
Category: MARKDOWN (80 posts)
2025
Migrating from WordPress to 11ty (Eleventy)
This site was migrated from WordPress to 11ty (Eleventy). Here's how I did it, including how to import and convert WordPress content that relies heavily...
By Alfred Reinold Baudisch (1 post)
Wrapper Elements around Code Blocks in Markdown
More Description
Let's continue Another WhileDo post. Of course, my amazing work yesterday had one fatal flaw and that is that the previewโฆ
By Martin Hรคhnel (14 posts)
Adding a custom filename to a code block in Elevยญenty with markdown-it
An Eleventy Showcase!
This is a post featuring what you can do with Eleventy and Markdown!
By Jesus Otero Lagunes (1 post)
Using Obsidian Callouts with 11ty
A simple guide on how to make an Obsidian style Callout or Information box
By Aninus Partikler (1 post)
Formatting maths in Eleventy with KaTeX
A blog on software development and other stuff
By Glyn Normington (4 posts)
Blogging in markdown
Replacing WriteFreely with eleventy
Generating LLMs.txt Using Eleventy
Large Language Models are increasingly relying on information found on the web, but often struggle to handle most websites in their entirety because the context windows are too small. In an...
By Ariel Salminen (2 posts)
How To Make Eleventy Understand Obsidian-style Callouts
I really like callouts as a concept. If you're unfamiliar, they are a way to make a part of a note or post stand out. Becauseโฆ
By Martin Hรคhnel (14 posts)
Taking VentoJS for a spin in Elevยญenty
Letterboxd to Markdown
A small node script to create a markdown file for each movie review in a Letterboxd RSS feed
By Keith Kurson (3 posts)
Announcing WordPress Export to Markdown v3
Iโm happy to announce the release of WordPress Export to Markdown v3! With this milestone, I figured Iโd take a moment to share some backstory and talk about...
By Will Boyd (1 post)
11ty Meetup: Blog Awesome from WordPress to Eleventy
11ty Math
By Brian Kardell (1 post)
11ty Obsidian & Github Style Alert Blocks
Adding Obsidian & Github Style Alert / Callout Blocks Using 11ty and markdown-it Plugins
By equilibriumuk (19 posts)
11ty Markdown External Links Plugin
Setting target _blank and rel noopener noreferrer to external links using markdown-it + 11ty
By equilibriumuk (19 posts)
The markdown filters your Eleventy project needs
Migrating from my old Jekyll site to Eleventy meant two things, I lost a lot of out-of-the-box helpers, but at the same time gained the flexibility to extend any part of my site build pipeline via JavaScript.
By Jeremias Menichelli (1 post)
How To Add Footnotes To Eleventy
An easy way to add footnotes to Eleventy is to use an existing plugin for markdown-it , which is what Eleventy uses internallyโฆ
By Martin Hรคhnel (14 posts)
Visual Studio Code Snippet for Markdown Frontmatter
Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.
By Chris McLeod (7 posts)
2024
Learning 11ty by adapting a Jekyll Template
Migrating to 11ty
It's been a while coming, but I've finally managed to get around to migrating to 11ty and Cloudflare Pages. I go over the ups and downs of the migration process in this blog post.
By Matt Hobbs (7 posts)
Going all in with 'native' markdown
I've been typing way too much. There are simpler ways to use markdown for images and tables of contents. Here's how I'm doing it.
By Bob Monsour (20 posts)
Building a Blog with Eleventy
I recently felt like getting back into blogging. But setting up and maintaining WordPress felt like more than I was looking for. I was looking for something much simpler. Preferably file-based and with Markdown support. That was my introduction to Eleventy.
By Sebin Nyshkim (3 posts)
Eleventy Images Just Got Better
Eleventy 3.0 adds a new API to optimize images anywhere on your site, without shortcodes.
By Aleksandr Hovhannisyan (14 posts)
Simple Eleventy 3 Excerpts
Sometimes it makes sense to write a unique excerpt. But sometimes the beginning of the page content works well enough, which is why manyโฆ
By Tyler Sticka (3 posts)
A feed for everything and everything in a feed
At the moment my site has 6 different feeds. 5 RSS feeds, an ICS feeds and JSON versions of the 5 RSS feeds. I was asked how they're put together and, well, it's a bit involved.
By Cory Dransfeldt (46 posts)
An alarmingly concise and very hinged summary of what it was like to build this site from scratch
Adding Github-Style Markdown Alerts to Eleventy
How I added support for callouts/alerts to this site
By Robb Knight (20 posts)
Upgrading to Eleventy 3.0
Netlify Large Media forces my hand.
By Mark Llobrera (7 posts)
Displaying Line Numbers in 11ty Code Blocks
Add line numbers to 11ty code blocks with Prism and Markdown-it, bypassing the plugin's DOM-dependency by adjusting the renderer during the build process.
By Jonathan Lau (2 posts)
Some of my Eleventy Filters
In refactoring my website earlier this year, part of my process was to evaluate and revise the many, many Eleventy Filters I use throughout my websiteโs build, so in this post, Iโll run through a handful of them.
By Chris Burnell (8 posts)
Leveraging APIs like Notion with a nice caching system
How I implemented Notion and PSN APIs in my Eleventy build for my Now and Gaming pages.
By Christopher Kirk-Nielsen (14 posts)
Upgrading to Eleventy 1.0.1
Highlight Code Block Lines In Eleventy with Shiki Twoslash
Eleventy Markdown code block line highlighting made simple
By Henry Bley-Vroman (4 posts)
Numbered Code Block Lines in Eleventy with Shiki Twoslash
Bringing in a third-party library for easy, reliable line numbering
By Henry Bley-Vroman (4 posts)
Create an Interactive TOC from Markdown-Generated Content
Create an interactive TOC for Markdown in Static Site Generators using the Intersection Observer API.
By Jonathan Lau (2 posts)
How I Eleventy
Documenting a refactor that introduced a folder structure and configuration changes, which summarises how I Eleventy.
By Declan Byrd (2 posts)
I archived my tweets
Thoughts on archiving and restoration as it relates to my Twitter feed.
By Lynn Fisher (1 post)
Intro: Bukmark.club
Introducing a new side project: I built a directory of websites that provide a curated collection of bookmarks and/or links to other websites.
By Tom Doe (10 posts)
Detecting Markdown titles with Eleventy
By Lewis Dale (5 posts)
2023
Customizing external links with Eleventy
How to modify external links by post-processing HTML in Eleventy.
By Martin Gunnarsson (9 posts)
Maintaining working local links in Eleventy
How to keep links between Markdown files working both locally and on your Eleventy site.
By Martin Gunnarsson (9 posts)
Excerpts for Eleventy: My Implementation
Converting my relatively basic personal website to Eleventy has shown me how challenging it is to build a static-site generator flexible...
By Keith Carangelo (1 post)
Create Markdown Page Template With Shell Script
I have been using Save As to create new web pages from old ones for my blog for some time now. This works okay, but I have to rename the file, delete out the old content then try to leave some of the reusable HTML snippets like image, links and the resources section, which can be a bit cumbersom.
By Jeremy Faucher (8 posts)
Formatting Obsidian markdown to render in Eleventy
Added functionality to find and replace certain Obsidian markdown with Nunjucks templates and HTML
By Thomas Rigby (8 posts)
Markdown Image Optimization In Eleventy
I'm equilibriumuk, a software engineer. I write about programming & computer related topics
By equilibriumuk (19 posts)
11ty image shortcode best practice
Simon Cox outlines how to properly set up and use the 11ty image shortcode, fixing issues with high-res sources, spacing in markdown, and rendering bugs.
By Simon Cox (16 posts)
Accessible anchor permalinks
Using Rmarkdown with Eleventy
Adding Wiki Links to 11ty
Blog and general digital garden of the full stack programmer Simon Dann.
By Simon Dann (11 posts)
2022
Eleventy, Markdown, and Tailwind CSS
English software developer based in Seattle.
By Matthew Tole (1 post)
Adding Custom Anchors to Headings in Markdown - Eleventy
Anchors are nothing but id attributes applied to an element to link to it using href attribute internally on the same page.
By Murtuzaali Surti (5 posts)
Responsive Images in Markdown with Eleventy Image
I love markdown's simplicity and convenience, but sometimes you need a little more than the default image tag. In this post, I walk through how responsive images (with the picture tag) are handled on this blog in a way that doesn't compromise the authoring experience.
By Tomi Chen (1 post)
11ty quick tip: Nunjucks include in markdown without indentation
If you're not careful, included files are not correctly rendered.
By Tim Kleyersburg (2 posts)
2021
Enabling Emoji Shortcodes in Eleventy Markdown Files
Turn on emoji shortcodes in markdown files in Eleventy by adding the markdwon-it-emoji plugin.
By Wes Goulet (1 post)
Using Nunjucks shortcodes in Markdown files in Eleventy
Add HTML classes to 11ty markdown content
11ty comes with some useful plugins for markdown manipulation, one of these is... Tagged with 11ty, eleventy.
By Giulia Chiola (1 post)
2020
How to generate ID attributes in headings using Eleventy
Eleventy doesn't generate heading IDs by default, here's how to do it.
By Nicholas C. Zakas (2 posts)