docbase-markdown

Document DocBase Markdown syntax, HTML styling, and diagram rendering.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/MakotoUwaya/dotfiles --skill docbase-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docbase-markdown
Source: https://github.com/MakotoUwaya/dotfiles/tree/main/.config/claude-code/skills/docbase-markdown
Command: npx skills add https://github.com/MakotoUwaya/dotfiles --skill docbase-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear guidelines and examples for using DocBase's specific Markdown syntax, ensuring consistent and correctly rendered content in your notes and articles.

Core Features & Use Cases

  • DocBase Syntax Reference: Covers unique features like memo embedding, image sizing, code blocks with filenames, and template variables.
  • HTML Styling: Demonstrates how to use HTML tags for text color, size, underlining, highlighting, and creating collapsible sections.
  • Advanced Rendering: Explains how to correctly implement MathJax for equations and PlantUML/Mermaid for diagrams within DocBase.
  • Use Case: When writing a technical document in DocBase that includes mathematical formulas and diagrams, refer to this Skill to ensure they are formatted correctly and render as intended.

Quick Start

Consult the DocBase Markdown rules for creating a new post.

Frequently Asked Questions about docbase-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use Markdown syntax to format content in DocBase?

To format content in DocBase, use standard Markdown syntax along with custom extensions for memo embedding, image sizing, and code blocks with filenames to ensure consistent rendering in your notes.

Can I use HTML tags for text styling in DocBase posts?

Yes, you can use HTML tags in DocBase posts to style text color, size, underlining, highlighting, and to create collapsible sections for better content organization and visual emphasis.

How do I render mathematical equations and diagrams in DocBase?

To render equations and diagrams in DocBase, implement MathJax for mathematical formulas and use PlantUML or Mermaid syntax within your Markdown to generate visual diagrams correctly.

Does DocBase Markdown support custom template variables?

Yes, DocBase Markdown supports custom template variables, allowing you to define dynamic content placeholders that automatically populate values when creating or updating your technical articles.

What are the best practices for embedding images and code blocks in DocBase?

For embedding images and code blocks in DocBase, use specific Markdown extensions to control image sizing and add filenames to code blocks, ensuring your technical documentation renders with proper visual context.

Why does my PlantUML or Mermaid diagram fail to render in DocBase?

Diagrams fail to render in DocBase when PlantUML or Mermaid syntax is incorrectly formatted; refer to DocBase rendering guidelines to ensure your diagram code blocks are properly structured and displayed.