Commit graph

31 commits

Author SHA1 Message Date
dm3
5566664050 Multidoc (splitting docs into multiple pages).
Implemented basic test framework for working with source trees (similar
to what is done in http://github.com/technomancy/leiningen).
Basic functionality of writing separate source files to separate output
files.
2011-08-10 20:29:22 +08:00
dm3
1027d5bba3 Fixed errors happening when parser encountered string or number literals
outside of forms.

.gitignore: added temporary file generated by `lein test`
project.clj: dependency on vimclojure
test/parse_test.clj: tests for situations causing errors pre-patch
src/marginalia/parser.clj: literal handling during code block merges
2011-08-10 20:29:13 +08:00
zkim
f69ebbda12 Split done, bump to 0.6.0. See fogus/lein-marginalia and fogus/cake-marginalia. 2011-06-27 16:18:03 +00:00
zkim
add2c796b2 Removed leiningen plugin, moving to separate project. 2011-06-25 17:32:07 +00:00
fogus
fbb3ff9612 Releasing v0.5.1 2011-05-11 08:57:53 -04:00
Raynes
70a0b2f6bc Fix cake plugin. 2011-04-22 10:02:08 +08:00
Nicolas Buduroi
500f88f037 Changed Hiccup dependency to 0.3.4 version. 2011-04-08 09:32:14 +08:00
fogus
e1b1a97dd8 Bumped version to 0.5.0 2011-02-24 10:40:56 -05:00
fogus
d65715b7a6 Fixed the defmethod parser. Also added some core heading dialogue. Added resources/ to the front of the slurpable js filenames to fix lein marg running off of the live source 2011-01-25 10:12:06 -05:00
fogus
b4d55c409c Pulling out the form parse logic into multimethods to provide a finer level of per-form parse control. This would also form the hook that others can use to provide their own parsing. 2011-01-18 12:54:43 -05:00
fogus
c0ff51db2c repushed v4.0.0 pom for markdownj 2011-01-14 23:01:51 -05:00
fogus
f9f212ffbf Adding :eval-in-leiningen per Phil's advice 2011-01-11 16:28:11 -05:00
fogus
16b3be211c Updated site example 2011-01-07 14:27:29 -05:00
fogus
6370828480 Added support for defmacro, defmulti, and defmethod. bumped version number 2011-01-05 13:20:04 -05:00
fogus
8b3ab21e85 Added support for defprotocol docstring 2011-01-05 12:36:27 -05:00
fogus
fe12b05a18 Bumped version number to account for -main changes 2011-01-04 10:41:06 -05:00
fogus
b60a453a1b Added :gen-class directive and Leiningen :main to generate useable uberjar 2011-01-04 10:34:02 -05:00
fogus
9a22e77c96 Bumped version number and added more problem cases 2010-12-23 09:17:13 -05:00
Brenton Ashworth
63635acdd8 Example configuration for using MathJax to format Latex equations. 2010-12-23 10:59:26 +08:00
fogus
9188dcd377 bumped the version because of the last-line fix and the cake header info 2010-12-22 14:17:54 -05:00
fogus
fd4895bdfc Bumped version to 0.2.0. Added the replacement of " to actual quote. Modified the cake info docstring 2010-12-22 13:57:20 -05:00
ninjudd
7e9cea4852 add cake plugin 2010-12-23 02:27:02 +08:00
fogus
be47a53ec9 added usage function as it was busticated when run via lein 2010-12-22 10:47:18 -05:00
zkim
a644f74a82 Added a lein plugin, see leiningen.marg in the uberdoc for usage instructions. 2010-12-22 00:15:59 -07:00
fogus
525fae4ec5 merging in minor changes. bumped the version number 2010-12-21 14:19:05 -05:00
fogus
d33b643c1e Merging in zak changes 2010-12-21 14:12:56 -05:00
zkim
90148854dc Added project info to top of output, README edits. 2010-12-21 02:04:49 -07:00
zkim
66a9b4956d wip stuff 2010-12-20 07:19:07 -07:00
fogus
1a347a27d1 done renaming 2010-11-16 10:50:24 -05:00
fogus
c85bd874bc Setting up the project.clj file. Added templates 2010-10-26 15:51:15 -04:00
fogus
37de8bdbc8 initial import 2010-10-26 14:59:47 -04:00