Add dochost to the Tools directory#280
Open
zyli5313 wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a tool page for dochost (dochost.io) under online editor, alongside StackEdit and Dillinger.
dochost is a free, no-signup web tool: you paste or write Markdown (or HTML), see a live preview, and publish the document to a hosted, shareable URL.
Included in this PR
_tools/dochost.md— full tool page with the standard syntax-support matrixassets/images/tools/dochost.png— tool iconOn the syntax matrix: dochost renders GitHub Flavored Markdown via react-markdown + remark-gfm, with Shiki for code highlighting. The matrix reflects that stack (tables, task lists, strikethrough, footnotes, autolinks = yes; heading IDs, definition lists, emoji shortcodes, ==highlight==, sub/superscript = no). Raw HTML is marked partial — it isn't rendered inline within Markdown, but dochost has a dedicated HTML mode that hosts a full HTML page as a link. Happy to adjust any cell if you'd like it verified against the live site.