summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-22resolves #335 fix bad variable name, add test for itDan Allen
2013-05-16minor fixesDan Allen
2013-05-16resolves #330 fix file path resolution on windowsDan Allen
2013-05-15Fixes #320LightGuard
2013-05-02validate partinfo & abstract usage; optimize templatesDan Allen
2013-05-02resolves #297 support for abstract and partintroDan Allen
2013-05-02resolves #295 support preamble toc-placementDan Allen
2013-05-02resolves #309 exclude attribute div if quote has no attributionDan Allen
2013-05-02small optimizationDan Allen
2013-05-01check Encoding.default_external, not IO#external_encodingDan Allen
2013-05-01resolves #308 set proper encoding on input dataDan Allen
2013-05-01Merge pull request #292 from mojavelinux/attributes-as-str-or-arrDan Allen
2013-05-01Merge pull request #293 from mojavelinux/safe-level-as-strDan Allen
2013-04-29chomp result when reading asset fileDan Allen
2013-04-27resolves #290 safe mode set using string, symbol or intDan Allen
2013-04-27resolves #289 #291 attributes as string or arrayDan Allen
2013-04-26prepare for 0.1.3 developmentDan Allen
2013-04-25update version to 0.1.2Dan Allen
2013-04-25resolves #280 trailing comma shouldn't be included in linkDan Allen
2013-04-25update version for candidate releaseDan Allen
2013-04-25add warning if stylesheet to embed cannot be readDan Allen
2013-04-25ensure a trailing endline is output to streamDan Allen
2013-04-25fix race condition w/ attribute override; disable embedding css in secure modeDan Allen
2013-04-25fix bug resolving custom stylesheet, add testsDan Allen
2013-04-25update version to 0.1.2, set release dateDan Allen
2013-04-25resolves #244 set attributes based on safe modeDan Allen
2013-04-25Merge pull request #276 from mojavelinux/default-stylesheetDan Allen
2013-04-25resolves #76 add a default stylesheetDan Allen
2013-04-24resolves #211 restore alpha-based xml entitiesDan Allen
2013-04-23resolves #155 implement video and audio macrosDan Allen
2013-04-23resolves #269 implement toc::[] macroDan Allen
2013-04-22resolves #265 add admonition name as style classDan Allen
2013-04-22fix endline issue that breaks erbDan Allen
2013-04-22resolves #165 remove hardcoded CSS, no one likes hardcoded CSSDan Allen
2013-04-22inline frequently used templates instead of using ERBDan Allen
2013-04-22render level 0 special sections as correct levelDan Allen
2013-04-22resolves #222 correctly handle multi-part booksDan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-22Merge pull request #258 from mojavelinux/explicit-subsDan Allen
2013-04-21Merge pull request #263 from mojavelinux/warn-on-missing-includeDan Allen
2013-04-21move regex to constantDan Allen
2013-04-21resolves #220 support explicit subs on blocksDan Allen
2013-04-21resolves #262 warn if file in include macro doesn't existDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-04-20Merge pull request #256 from mojavelinux/inline-ifndef-fixDan Allen
2013-04-20Merge pull request #255 from mojavelinux/multiple-authorsDan Allen
2013-04-20Merge pull request #250 from mojavelinux/embedded-footnotesDan Allen
2013-04-18resolves #241 negative case for inline ifndef should only affect current lineDan Allen
2013-04-18Merge pull request #247 from mojavelinux/subtitleDan Allen