Tutorial Markdown
Introducing Tutorial Markdown, an open-source JavaScript library that extends Markdown syntax to create interactive, self-coding tutorials for technical blogging.
Introducing Tutorial Markdown, an open-source JavaScript library that extends Markdown syntax to create interactive, self-coding tutorials for technical blogging.
A developer explains why he switched from his custom static site generator, handroll, to the popular Hugo framework.
A developer's journey to find a better presentation tool, leading to the discovery of mdx-deck for creating slides with Markdown and React.
Introducing scdoc, a lightweight, dependency-free man page generator written in C, designed for readability and maintainability.
A developer reflects on migrating their personal blog from a custom static site to the Ghost platform, discussing the evolution of web tech and maintenance trade-offs.
Tips for writing better R-focused blog posts, covering social sharing, package examples, and syntax highlighting.
A guide to creating custom RStudio code snippets for quickly embedding tweets in blogdown posts using Hugo shortcodes.
An introduction to Markdown, a plain-text formatting syntax used widely in software documentation, explaining its benefits and basic usage.
A timeline detailing the author's process of migrating a blog from Blogger to Jekyll, covering setup, content conversion, and deployment.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A developer shares their customized Atom text editor setup for writing prose and Markdown, detailing essential packages and workflow tweaks.
Discover how to use the built-in Markdown preview feature in Visual Studio Code, eliminating the need for external tools.
The author explains their decision to start a blog using Jekyll, citing its simplicity, GitHub integration, and support for Markdown.
A developer details their migration from Jekyll to Ghost for their blog, covering theme creation, post export, and domain transfer challenges.
A developer reflects on the original meaning of 'blog' as a weblog and commits to writing more informal, personal posts about software development.
Introducing Govspeak, an open-source markup language extension for Markdown, created by the UK Government Digital Service for technical and government writing.
Automating a weekly tech newsletter using MailChimp, Markdown, and Rake tasks to streamline HTML generation and content management.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A 5-step tutorial on converting Markdown to HTML with Python, adding syntax highlighting for code blocks using Python-Markdown and Pygments.
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.