Docs™ to Markdown for Google Workspace Marketplace
Docs™ to Markdown is the #5 ranked web development app on Google Workspace, with a 3.7 average rating from 175 reviews, priced not available, as of July 8, 2026.
Docs™ to Markdown is a Google Workspace Marketplace app by Bean Road Communications. With a rating of 3.7★ from 175 reviews, it currently ranks #5 in the Web development category.
AppRanks data: Docs™ to Markdown ranks #5 in Web development on Google Workspace Marketplace, placing it in the top 5% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Docs™ to Markdown is a mixed-rating Google Workspace app with a growing review traction. It is listed in the Web development category on Google Workspace Marketplace, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 175 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical Google Workspace Marketplace listing.
Pros
- +Published by Bean Road Communications — established developer track record
Cons
- −Average rating below 4.0 (3.7★) — read recent low-star reviews before committing
- −Paid-only pricing (Not available) — evaluation requires committing payment details
Looking to switch from Docs™ to Markdown?
See Docs™ to Markdown's alternatives ranked by audit score, rating, and review velocity.
About Docs™ to Markdown
How Docs™ to Markdown works
Show full descriptionShow less
Docs™ to Markdown (GD2md-html) converts Google Docs™ to simple, readable Markdown or HTML.
This add-on allows you to create documents using the excellent editing and collaborative features of Google Docs™, then convert to Markdown or HTML to use on your web site.
Note that Docs™ to Markdown marks up the content (headings, paragraphs, lists, code blocks, etc.) but does not preserve colors and styles in text or tables.
See https://github.com/evbacher/gd2md-html/wiki for docs. See https://github.com/evbacher/gd2md-html/ for the source to the conversion code.
------------------------------------------ Release information (most recent on top): - v2.0β1 (15 Nov. 2025): Fix bug 175: render Markdown definition lists in HTML. - v1.0β40 (13 Oct 2024): - Close list items before opening a new item. Close at the end of the list. - Add support for Markdown checkbox lists. - Fixes handling of superscript/subscript to close old styles before opening new style. Moves opening superscript/subscript later in process. - Added center/right alignment to HTML paragraph and heading handling. - v1.0β39 (12 October 2024): Google Docs recently added a tab interface, which changes the TOC-generated id. This breaks internal links. This release fixes that bug. - v1.0β38 (21 Sept 2024): Italic/bold markup default is now */**: _/__ is now an option. Reckless mode now includes Suppress info comment (removed sidebar option too). Also add a News link to gd2md-html news page in sidebar. - v1.0β37 (31 August 2024): Add a Questions link to gd2md-html Google group in sidebar (no functional changes). - v1.0β36 (26 April 2024): Update required permissions: set explicitly in appsscript.json. No code changes. Using these Oauth scopes: "oauthScopes": [ "https://www.googleapis.com/auth/documents.currentonly", "https://www.googleapis.com/auth/script.container.ui" ], -v 1.0β35 (20 Nov. 2023): No info comments if "Suppress info comments" selected. Also remove clipboard success text. If errors, there will be an informational error comment. -v 1.0β34 (12 Dec. 2022): Clarify note about TOC -- needs blue links to create intra-doc links). (gdc) -v 1.0β33 (8 Jan. 2022): Add reckless mode (no warnings or inline alerts). (sidebar, gdc, html) - v 1.0β31 (24 Aug. 2021): Don't contain <hr> in <p> for HTML. - v 1.0β30 (1 July 2021): Reduce whitespace after list item (bullets, numbers) in Markdown. - v 1.0β29: Handle partial selections correctly (expand to whole paragraph). - v1.0β27 (19 June 2020): Copy output to clipboard. Print success/error messages for clipboard output (see chromium bug 1074489). - v1.0β26 (6 June 2020): Render soft line breaks correctly in HTML (<br> not <br>). -v1.0β25: Use image path in this form: images/image1.png, images/image2.png, etc. Clean up old zip image code. -v1.0β24: Correct a spelling error (s/Supress/Suppress/). -v1.0β23: Copy converted output to the clipboard. Add option to suppress top comment. -v1.0β22: Roll back font-change runs for now (still causing problems), but keep table note. -v1.0β21: Add a note that tables are currently converted to HTML tables. No change to rendered conversion. -v1.0β20: Handle font-change runs with extra whitespace better (italic, bold, etc.). -v1.0β19 (March 7, 2020): Fix for angle bracket at beginning of a line. Also: use doc title instead of URL in conversion comment. -v1.0β18 (12 Feb., 2020): Escape HTML tags by default, render them optionally. - v1.0β17 (5 April, 2019): Convert smart quotes to straight quotes in code, but leave them alone in other text. - v1.0β16 (25 Feb. 2019): Handle simple nested lists properly in HTML conversion (Markdown already works well). - v1.0β15 (10 Feb. 2019): Number ordered list items sequentially (instead of using 1. for all items).No change to rendered HTML. - v1.0β14 (15 Jan. 2019): Name change to Docs to Markdown: now published on G Suite Marketplace. - v1.0β13 (29 Sept. 2018): Close strikethrough text properly at the end of a paragraph. - v1.0β12 (24 Sept. 2018) : Convert strikethrough text. - Revert to: // - 1.0β11: Fix small bug: replace bufout with bufHTML. Remove version number from banner. Retitle. - v1.0β12 (28 May, 2018): Replace < with < by default. Add option to allow HTML tags. Also allow escape (\<). - v1.0β11 (24 March, 2018): No effect on output. Remove version number from banner. Retitle. - v1.0β10 (17 Feb. 2018): Handle soft line-breaks (shift-enter) properly. (Markdown and HTML) - v1.0β9 (9 Nov. 2017): Handle embedded paragraphs in list items for Markdown. - v1.0β8 (30 Oct. 2017): Use _ instead of * for italic markup to avoid ambiguity (Markdown). - v1.0β7 (10 Oct., 2017): Warn if DEBUG is true. - v1.0β6 (07 Oct., 2017): Ignore headings that are blank or just contain whitespace. - v1.0β5 (17 Sept., 2017): Warn about multiple H1 headings, but only in the top comment, not inline. - v1.0β4 (16 Sept., 2017): Don't wrap HTML by default. Add checkbox option to wrap HTML. For footnotes also. - v1.0β3 (29 July, 2017): Escape angle brackets (<) in HTML code blocks. - v1.0β2 (15 July, 2017): Check for spurious 0-row table. Fix image path for placeholder links. - v1.0β (10 July, 2017): Initial release of gd2md-html.
Screenshots
Category rankings
As of Jul 8, 2026- Web development#5of 106Top 5%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Docs™ to Markdowndoesn't have curated competitor matchups yet. Other tracked web development apps on Google Workspace:
Frequently asked questions
What is Docs™ to Markdown?
Docs™ to Markdown is an app for Google Workspace. It currently holds a 3.7-star rating from 175 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Web development category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Bean Road Communications.
Who uses Docs™ to Markdown?
Currently around 1,496,336 active stores have installed Docs™ to Markdown. Its review base of 175 suggests adoption is concentrated in growth-stage and mid-market stores. It is part of the Web development category on Google Workspace.
Where does Docs™ to Markdown rank on Google Workspace?
Docs™ to Markdown currently sits at position #5 in the Web development category on Google Workspace. That places it in the top 5% of 106 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.