Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Markdown Here logo](https://raw.github.com/adam-p/markdown-here/master/src/common/images/icon48.png) Markdown Here
# ![Markdown Here logo](https://raw.githubusercontent.com/adam-p/markdown-here/master/src/common/images/icon48.png) Markdown Here

[**Visit the website.**](https://markdown-here.com)<br>
[**Get it for Chrome.**](https://chrome.google.com/webstore/detail/elifhakcjgalahccnjkneoccemfahfoa)<br>
Expand All @@ -16,7 +16,7 @@ To discover what can be done with Markdown in *Markdown Here*, check out the [Ma
<sup>&dagger;: And Google Groups posts, and Blogger posts, and Evernote notes, and Wordpress posts! [See more](#compatibility).</sup><br>
<sup>&Dagger;: And TeX mathematical formulae!</sup>

![screenshot of conversion](https://raw.github.com/adam-p/markdown-here/master/store-assets/markdown-here-image1.gimp.png)
![screenshot of conversion](https://raw.githubusercontent.com/adam-p/markdown-here/master/store-assets/markdown-here-image1.gimp.png)

### Table of Contents
**[Installation Instructions](#installation-instructions)**<br>
Expand Down Expand Up @@ -114,7 +114,7 @@ Sometimes you don't want to convert the entire email; sometimes your email isn't

To revert back to Markdown, just put your cursor anywhere in the block of converted text, right-click, and click the "Markdown Toggle" menu item again. Now it's magically back to the original Markdown.

![screenshot of selection conversion](https://raw.github.com/adam-p/markdown-here/master/store-assets/markdown-here-image2.gimp.png)
![screenshot of selection conversion](https://raw.githubusercontent.com/adam-p/markdown-here/master/store-assets/markdown-here-image2.gimp.png)

#### Things to know about converting/reverting a selection

Expand Down Expand Up @@ -221,4 +221,4 @@ Copyright 2015, [Austin Anderson](https://www.angerson.org/). Licensed to Markdo

---

![Dos Equis man says](https://raw.github.com/adam-p/markdown-here/master/store-assets/dos-equis-MDH.jpg)
![Dos Equis man says](https://raw.githubusercontent.com/adam-p/markdown-here/master/store-assets/dos-equis-MDH.jpg)
15 changes: 15 additions & 0 deletions src/common/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

2025-10-21: v2.16.0+deps
------------------------

* **Updated build dependencies** in utils/package.json:
- markdown-it: Updated to ^14.1.0 (major version upgrade for improved Markdown processing)
- file: Pinned to ^0.2.2 (was wildcard)
- Added glob: ^7.1.0 from upstream
- metascript: Pinned to ^1.0.0
- archiver: Updated to ^7.0.1

* **Documentation improvements**:
- Updated all raw.github.com URLs to raw.githubusercontent.com
- Updated GitHub Flavored Markdown reference link to current location
- Updated highlight.js demo page link to current website

2025-07-10: v2.16.0
-------------------

Expand Down
6 changes: 4 additions & 2 deletions utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"dependencies": {
"archiver": "^7.0.1",
"file": "*",
"glob": "^7.1.3"
"file": "^0.2.2",
"glob": "^7.1.3",
"markdown-it": "^14.1.0",
"metascript": "^1.0.0"
}
}