Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Latest commit

 

History

History
122 lines (97 loc) · 4.16 KB

README_test.md

File metadata and controls

122 lines (97 loc) · 4.16 KB

logo

Mark Down Converter

Markdown Converter is for translating '.md' file to various types of file. It will convert Markdown to HTML, SLIDE HTML, etc.

How To Use?

A Java file(option_input.java) is a tool for Markdown Converter. In this program, basically we call '.md' file, and decide conversion type, Output's name, Output's style, and Where we saves. Now, our steps of developing is not enough for showing all options. Basically we design converter '.md' -> '.html'


 this is example

11 22

header 1

33 44 55 this is code this is code2 66 2: Logo2.png


Tool's Command:

mdconverter (-h) 
	    {input_file}
	    {input_file} [options]

examples)

Readme.md -o hello            (o)
Hongshin.md -o                (x - No argument)
Hongshin.md                   (o - Default)
-h                            (o - Call help)
Hongshin.md -h                (x - Wrong Option)
Readme.md -o hello -f html    (o)
  • (-h): Show help messages. mdconverter -h.

    *Markdown Converter mdconverter (-h) {input_file} {input_file} [options]


    (-h): Show help message.

    {input_file}: Input file's name. You can add name extension ".md" or not. But this program only find '.md' File. If computer does not find input file, it will send error message. If you put only {input_file}, "{input_file}.html" file will be made (same name, but '.html').

    [options]: -o (filename) : Make html file which name is We do not allow file's name extension. You can decide file's type(format) using '-f' -f (format) : Decide output's format type. Only '.html' is allowed in this version. -s (style) : Decide output's style type (plain, fancy, slide). Only 'lower case' is allowed in (style). If style is plain, '(filename).html' will be made, any others, '(filename)_(style).html' will be made. -d (direction): Decide where will you put the file. You can decide directory address. End of address, you can add '' or not. Both are allowed. ---------- Shortkut Key Usage ----------
    This is for shortkut key. -1 : Command 1 -2 : Command 2 -3 : Command 3

  • {input_file}: Input File's name. If file does not exist, it will send error message. If user put only {input_file}, '{input_file}.html' will be made in same directory.

  • [options]: Choose options for converting '.md' file. This options does not impact by ordering. User can use both 'Upper' and 'Lower' case in options. But do not allow no arguments.(ex, only '-o', '-f' with no arguments.).

    -o (filename) : Make html file which name is decided by user. Do not allow file's extension. -f (format) : Decide output's format type. Only '.html' is allowed in this version. -s (style) : Decide output's style type (plain, fancy, slide). Only 'lower case' is allowed in (style). If style is plain, '(filename).html' will be made, any others, '(filename)_(style).html' will be made. -d (direction): Decide where will you put the file. You can decide directory address. End of address, you can add '' or not. Both are allowed. -1 : Command 1 -2 : Command 2 -3 : Command 3


Caution: Basically tool searches file in 'Tool's directory'. And if there is a same output's name in same directory, this tool will ask you a question that overwrite or not. if you put 'y or Y' command, it will overwrite, if you put 'n' or 'N' command, it will not overwrite and terminate.

Handong Global University. Software Engineering Term project first assignment. Group S

  1. Our Team
  2. Is Doing
  3. Such a great job
  • Our team
    • Our Team
    • Is Doing
    • Such a great job
  • Is Doing
  • Such a great job

this is ' inline code ' end" http://example.com/.

: &, &amp, &lt, &gt, <, >, ><, <>, ", '

Help me sandklfn asndlfknasdlfkn[Google][]asdlkf nasdlfandslfkn this is

  1. Our team
  2. our Team
  3. Is Doing
  4. Such a great job
  5. Is Doing
  6. Such a great job

logo