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

Commit

Permalink
Grabbed multimarkdown, and checking in the app. This may be the best …
Browse files Browse the repository at this point in the history
…way to support cross-refs, figures, tables, and the like.
  • Loading branch information
arloMicrosoft committed Jan 19, 2012
1 parent e886d73 commit 3870daf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions multimarkdown/mmd.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@ECHO OFF
:Loop
IF "%1"=="" GOTO Continue
multimarkdown -b %1
SHIFT
GOTO Loop
:Continue

8 changes: 8 additions & 0 deletions multimarkdown/mmd2odf.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@ECHO OFF
:Loop
IF "%1"=="" GOTO Continue
multimarkdown -b -t odf %1
SHIFT
GOTO Loop
:Continue

8 changes: 8 additions & 0 deletions multimarkdown/mmd2opml.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@ECHO OFF
:Loop
IF "%1"=="" GOTO Continue
multimarkdown -b -t opml %1
SHIFT
GOTO Loop
:Continue

8 changes: 8 additions & 0 deletions multimarkdown/mmd2tex.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@ECHO OFF
:Loop
IF "%1"=="" GOTO Continue
multimarkdown -b -t latex %1
SHIFT
GOTO Loop
:Continue

Binary file added multimarkdown/multimarkdown.exe
Binary file not shown.

0 comments on commit 3870daf

Please sign in to comment.