Skip to content

Commit

Permalink
modify about.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunminghong committed Apr 21, 2011
1 parent 7559899 commit 68c6a3c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
Binary file modified exeoutput/MDEditor.exe
Binary file not shown.
Binary file modified exeoutput/MDEditor.pdb
Binary file not shown.
5 changes: 3 additions & 2 deletions frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ private void 取消md文件关联ToolStripMenuItem_Click(object sender, EventArg
#region MEditor links
private void markdown语法介绍ToolStripMenuItem_Click(object sender, EventArgs e)
{
//showSyntax("https://github.com/5d13cn/MEditor/blob/master/resoucesdocs/syntax.md");
showSyntax("http://www.cnblogs.com/yihuiso/archive/2011/04/13/markdown.html");
}

Expand All @@ -671,11 +672,11 @@ private void markdownSytnxToolStripMenuItem_Click(object sender, EventArgs e)
}
private void 关于MEditorToolStripMenuItem_Click(object sender, EventArgs e)
{
showSyntax("https://github.com/5d13cn/MEditor/raw/master/resoucesdocs/about.md");
showSyntax("https://github.com/5d13cn/MEditor/blob/master/resoucesdocs/about.md");
}
private void mEditor快捷键ToolStripMenuItem_Click(object sender, EventArgs e)
{
showSyntax("https://github.com/5d13cn/MEditor/raw/master/resoucesdocs/shortcut.md");
showSyntax("https://github.com/5d13cn/MEditor/blob/master/resoucesdocs/shortcut.md");
}
private void mEditor网站ToolStripMenuItem_Click(object sender, EventArgs e)
{
Expand Down
Binary file modified obj/Release/MDEditor.exe
Binary file not shown.
Binary file modified obj/Release/MDEditor.pdb
Binary file not shown.
2 changes: 2 additions & 0 deletions resoucesdocs/about.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#软件名称:MDEditor V0.8.0.0#
##软件用途:markdown格式文档编辑和预览。##
>MEditor is text editor with multiple windows. You can use it as markdown editor and preview.
- 可应用于写博客,可以写好后将html剪切发布即可;
- 团队协作之间的文档编辑与阅读,纯文本格式,便于版本比较;html预览,便于阅读

##发起人:一挥,[新浪微博](http://weibo.com/5d13 "一挥间的新浪微博"),[博客](http://cnblogs.com/yihuiso "一挥间的博客")
##许可协议:full open source,随便修改##
如果您愿意将您的修改提交,方便所有需要的人,请注意:
Expand Down

0 comments on commit 68c6a3c

Please sign in to comment.