|
jemdoc – version and bug information
Open bugs
Including # within a {{quoted block}} will fail. Use instead a raw
block or place the # outside like in {{a }}\#{{2}} workaround.
Tell me if this becomes annoying.
You may require an extra line break at the end of your file if it ends with a
raw quoted section like {{</asdasd>}}.
You may also require an extra line break at the end of your file if it ends
with an equation. (And perhaps only on Windows.)
Revision details
Changes from v0.6.2 to v0.6.3 (2008-06-18)
Fixed a bug where double braces in equations caused strange pieces of html to
appear.
Changes from v0.6.1 to v0.6.2 (2008-06-08)
Fixed a few bugs, including fixing invalid html for imgtables.
Changes from v0.6.0 to v0.6.1 (2008-05-28)
Fixed minor regression with img_left blocks having borders by accident.
Changes from v0.5.4 to v0.6.0 (2008-05-26)
Added support for tables.
Added better syntax highlighting support.
Added hair space around em dashes.
Changes from v0.5.3 to v0.5.4 (2008-04-14)
Added equation caching: equations are only regenerated if needed.
Changes from v0.5.2 to v0.5.3 (2008-03-29)
Percents work properly when inside links; square brackets work properly when
inside percents.
Quoted hashes work inside URLs.
Updated jemdoc.css to prevent blue boxes around LaTeX equations.
Changes from v0.5.1 to v0.5.2 (2008-01-24)
Fixed a bug with equation filenames colliding in edge cases.
Silenced unnecessary dvipng warnings.
Changes from v0.5.0 to v0.5.1 (2008-01-23)
Forward slashes instead of backslashes on Windows for equations.
Changes from v0.4.0 to v0.5.0 (2008-01-22)
Added support for LaTeX equations.
Added several new modeline options to support LaTeX equations.
Tweaked CSS for various improvements.
Fixed a bug with lists not nesting properly.
Added a fwtitle modeline option for choosing a full-width title.
Added a nofooter modeline option to more easily turn off the footer.
Changes from v0.3.6 to v0.4.0 (2007-12-02)
Added new syntax items #include{FILE} and #includeraw{FILE}.
Corrected various bugs in link handling.
Added a title{Page title} modeline option.
Added a notime modeline option.
Tweaked CSS for various improvements.
Changes from v0.3.5 to 0.3.6 (2007-11-28)
Changed the way menus are laid out, preventing unwanted wrapping.
Improved the vim syntax highlighting file.
Added the command \p to create a manual paragraph break in lists.
Added jemdoc --version as a command line option.
Changes from v0.3.4 to v0.3.5 (2007-11-26)
Added a showsource modeline option.
Corrected a minor bug with whitespace appearing in the titles.
Changes from v0.3.3 to v0.3.4 (2007-11-17)
Corrected a (Windows) platform specific time-stamp issue.
Changes from v0.3.0 to v0.3.3 (2007-11-16)
Added support for image blocks.
Added support for raw blocks.
Fixed handling of ampersands (&).
Changed footer message to ‘Page generated …’ instead of ‘Last updated …’.
Fixed handling of comments within lists.
Several other minor bug fixes.
Changes from v0.2.0 to v0.3.0 (2007-11-09)
Added per-file css specification. Use
# jemdoc addcss{file1}{file2}..., <other options> as the
first line. To prevent loading the [defaultcss] configuration section,
use
# jemdoc nodefaultcss, <other options>.
Added jemdoc filename as an implicit alternative for jemdoc filename.jemdoc.
Added the ability to process mutliple files, as in jemdoc *.jemdoc.
Added the syntax [img{width}{height}{alt text} img.jpg] for
inserting pictures. The width, height, and alt text parameters are all
optional.
Deprecated the $quoted tt$ syntax, replacing it with %quoted tt%.
Changes from v0.1.0 to v0.2.0 (2007-10-19)
Embedded default configuration file within jemdoc, to eliminate the need for a
default configuration file.
Rearranged the arguments to jemdoc [OPTIONS] [INFILE].
Added better formatting to document titles.
Added support for definintion lists via : {item} definition.
Added $quoted tt$ as an alias for +{{quoted tt}}+.
|