AI Agent Hub
Back to plugins
dsh-better-markdown preview

dsh-better-markdown

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install zerob13/dsh-better-markdown

Paste the following prompt into your AI chat to install this plugin:

Install the dsh-better-markdown plugin in DeepSeek Harness from the source repository at https://github.com/zerob13/dsh-better-markdown.

About this plugin

dsh-better-markdown addresses the inconsistent Markdown experience in DeepSeek Harness Web when assistant replies are streamed. It hands streaming assistant Markdown over to markstream-react, so partially unclosed bold text, code fences, lists, tables, and math can continue to be parsed progressively, and the same renderer remains in use after the message settles.

The plugin supports common Markdown, tables, task lists, KaTeX math, Mermaid diagrams, and streaming code blocks with Shiki highlighting, while preserving Harness safety policies for raw HTML, links, and images. It works through Harness public client modules and slot shadowing without modifying Harness source code, and the built-in renderer can take over if the plugin renderer fails.

This plugin is a good fit for DeepSeek Harness Web users who frequently read long answers, code snippets, formulas, or diagrams and want a more consistent experience from streaming output to final rendering.

Screenshots

Use Cases

  • Viewing streaming assistant replies in Web conversations
  • Reading Markdown messages with tables, task lists, or blockquotes
  • Viewing replies with code blocks, KaTeX math, or Mermaid diagrams

Best For

  • Users who chat daily through DeepSeek Harness Web
  • Users who read code blocks, math, or diagrams in replies
  • Users who want more consistent streaming Markdown rendering