假如你参加一个很多人参加的聚会,大家本来在有一搭没一搭地闲扯,有两三个人忽然就一个话题开展了深入又热烈的讨论。你插不进嘴,又听不明白,还不好意思借故走开,这时候你是不是在心里默念:“拜托,你们单独开房好吗?”| 一言堂
Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets.| learnbyexample.github.io
How to write documentation| doc.rust-lang.org
Yes, this is going to be yet another one of those articles explaining how I migrated this blog from Jekyll to Eleventy. You've been warned.| Thomas Broyer
You can use workflow commands when running shell commands in a workflow or in an action's code.| GitHub Docs
This glossary introduces common Git and GitHub terminology.| GitHub Docs
Summary| ought.org
很久之前就说要把博客的技术栈开源并撰文介绍,拖到今天终于下决心兑现承诺了。本站 使用 markdown + syncthing + pandoc 搭建,跟主流博客系统相比最鲜明的特点就是帮助 作者专注于内容创作,而不需要把大把的精力浪费到工具上。本文会详细说明我设计 这套系统的来龙去脉及其使用效果。如果你有一定的 Linux 基础,可以轻松部署使用。 本博客大量使用 bash 脚本,如果你想...| taoshu.in
Java 23 has arrived, and it brings a truckload of changes! For example, in JavaDoc, ‘Markdown documentation comments’ are now supported. On top of that, a lot of features have been re-previewed and there are also two brand-new ones - module import declarations and primitive type patterns. This post has all the info!| hanno.codes
The one where I parse and render Markdown myself| dbushell.com
To add an image to a document, add your image file to the document's folder, and then reference the image from within the document's index.md file using Markdown image syntax or the equivalent HTML element.| MDN Web Docs
Not sure how I’ve never come across this before, but Markdown supports hard line breaks by ending a line with two spaces. — can be read in 2 minutes| til.codeinthehole.com
I maintain quite a few Python packages and they all have development workflows as well as release processes that are different in various ways. This is basically my research document as I am exploring what I want the release process (and supporting development workflow) to look like for the Python packages I maintain, so that I can reduce the overhead caused by the various differences in these projects as well as the need to make all these decisions myself.| pradyunsg.me
A guide to modern Python tooling with a focus on simplicity and minimalism.| cjolowicz.github.io
Advanced features that build on the basic Markdown syntax.| www.markdownguide.org
Create sophisticated formatting for your prose and code on GitHub with simple syntax.| GitHub Docs
This blog post was written when Docusaurus v3 was in beta. There are some changes in dependency versions and upgrade steps you should be aware of if upgrading to Docusaurus v3 current stable releases. Use the upgrade guide for the most up-to-date migration steps.| docusaurus.io
This document describes the 3.17.x version of the language server protocol. An implementation for node of the 3.17.x version of the protocol can be found here.| microsoft.github.io
Die meisten Texte werden 2021 immer noch mit Microsoft Word oder einem der Konkurrenten (OpenOffice Writer, Libre Office Writer, TextMaker oder AbiWord) geschrieben. Die Vorteile dieser WYSIWYG-Editoren liegen auf der Hand; der Text sieht schon beim Editieren so aus, wie er am Ende ausgedruckt aussehen wird (zumindest sollte das der Fall sein).| dirkkoller.de
Markdown in all its flavors, interpretations, and forks won’t go away. However, it’s important to look at emerging content formats that try to encompass modern needs. In this article, Knut shares his advice against Markdown by looking back on why it was introduced in the first place, and by going through some of the major developments of content on the web.| Smashing Magazine
Why you should escape output correctly, but generally not sanitize user input.| benhoyt.com