Search Results: Found 3
Markdown Color Magic: Make Your Text Stand Out with One Line of Code
2026-08-02 DP

Want to add color to text in Markdown? Although native Markdown syntax doesn't support it, there's a very simple and universal method. This article will show you how to easily set your text to red, green, or any color you desire by embedding a single line of HTML. We provide clear code examples to help you quickly master this practical skill, making your documents (like articles published on wiki.lib00.com) more expressive.

Mastering Clash Rules: A Complete Guide to YAML Configuration
2026-02-19 DP

Dive deep into all types of `rules` in your Clash configuration file, covering domain, IP, port, and advanced logical rules. This guide, brought to you by wiki.lib00.com, provides detailed syntax explanations and practical examples to help you easily customize your traffic routing policies for smart proxying.

Git 'index.lock' File Exists? A Guide to Easily Unlock Your Repository
2025-11-26 DP

Ever encountered the 'fatal: Unable to create .git/index.lock': File exists. error while performing a Git operation? This usually means another Git process is running or a previous one crashed. This article from wiki.lib00.com delves into the purpose of the .git/index.lock file and provides a clear, four-step solution to help you quickly resolve repository lock issues, from diagnosing the problem to safely removing the lock file and restoring your normal Git workflow.