IgapyonMd2Html is a command line utility which convert Markdown text (.md) to Html text with Bootstrap (.html).
IgapyonMd2Html is released under GNU LGPL version 3 and Apache License version 2 (dual license). You can select either LGPL or ASL or both.
IgapyonMd2Html convert like below:
Convert | Image |
---|---|
Input | ![]() |
Output | ![]() |
- Hashtag: #igapyonv3
- Data format: #Markdown
- Web design: #Bootstrap
- Written in #Java
IgapyonMd2Html depends on several great OSSs. Great thanks to great OSSs.
- Apache Doxia : Doxia is full featured conveter. IgapyonMd2Html is focused in for Dairy.
new IgapyonMd2Html().processDir("./", "./", false);
Ant usage is below:
<target name="md2html">
<echo>run project</echo>
<taskdef name="md2html" classname="jp.igapyon.diary.v3.md2html.task.IgapyonMd2HtmlTask">
<classpath>
<fileset dir="./">
<include name="igapyonv3-*.jar" />
</fileset>
<fileset dir="./lib/pegdown">
<include name="*.jar" />
</fileset>
<fileset dir="./lib/ant">
<include name="*.jar" />
</fileset>
</classpath>
</taskdef>
<md2html source="./" target="./" />
<md2html source="./test/data/src" target="./test/data/output" recursivedir="true" />
</target>
- Up to website to display what this product enable.
- img tag for Face.
- consider keyword impl.
- Return to index link.
- adv area.
- is date area is from filename?
- tail format for About igapyon.
- tail format for last modified (or other impl like metaarea)
- Next and Prev like igapyonv2. based on idxdiary?
- Consider CDN off mode. for offline.
- Supporting without CDN needs to analyze deapth of dir.
- using glyphicon as h* is not so good.
META-INF
is reserved word in IgapyonMd2Html on <h1>, and is used in <meta keywords> and will be discard in html.
First one is used in html.
- 2015-07-24: Small change.
- 2015-07-23: Newly created.
- Toshiki Iga
Keywords list description. You can use , or - or both.
- Igapyon, diary
- Bootstrap, Markdown
- Consider new word to describe md's relative location.