2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Change markdown guide link to open-source Markdown guide website.

This commit is contained in:
Jeroen Akkerman 2019-02-27 13:54:27 +01:00
parent 0baa96af59
commit df530cf465
2 changed files with 2 additions and 2 deletions

2
dist/easymde.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1298,7 +1298,7 @@ var toolbarBuiltInButtons = {
},
'guide': {
name: 'guide',
action: 'https://simplemde.com/markdown-guide',
action: 'https://www.markdownguide.org/basic-syntax/',
className: 'fa fa-question-circle',
noDisable: true,
title: 'Markdown Guide',