Skip to content

A Java written program to render and edit Markdown documents (as school assignment).

Notifications You must be signed in to change notification settings

APassbyDreg/MarkdownEditTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownEditTool

Project Info

Creator: Martin_Z_He

Download: latest release (20191124 20:15)

Functions and features

  • available MD syntax:
    • lists
    • headings (1-6)
    • hyperlink and image
    • bold and italic
    • code blocks
    • horizontal separate line
    • code blocks and inline code
    • quotes
  • output to TXT/HTML file
  • customizable theme (view the instructions here)

New features of recent releases

  • bug fix

How to use

  • run with JRE (requires Java 8 or above)
java -jar [file location]/MarkdownEditTool.jar

note: you should not changed the file name for it is used in locating program path

  • build yourself
download the whole project and open it in IntelliJ IDEA, build 'Main' class.

Known issues

  • error preview on file open
  • Chinese characters might come across encoding problem

User Guide and Program Introduction

[Chinese] see here

About

A Java written program to render and edit Markdown documents (as school assignment).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published