This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README_test.md.bak
120 lines (95 loc) · 4.15 KB
/
README_test.md.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
![logo](Logo2.png)
Mark Down Converter
===========
**Markdown Converter** is for translating '.md' file to various types of file. It will convert [Markdown][1] 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
> [3]: Logo2.png
> this is code
> this is code2
*******
## 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/>.
: &, &, <, >, <, >, ><, <>, ", '
> Help me sandklfn
asndlfknasdlfkn[Google][]asdlkf
nasdlfandslfkn [this is](path/one/two)
1. Our team
1. our Team
2. Is Doing
3. Such a great job
2. Is Doing
3. Such a great job
![logo][2]
[1]: http://daringfireball.net/projects/markdown/
[2]: Logo2.png