summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-12-03set version to v1.5.0.preview.1Dan Allen
2013-12-03chomp trailing endline in output from custom templatesDan Allen
2013-12-03add newline before each author in html5 backendDan Allen
2013-12-02resolves #818 recognize float style with shorthand syntax outside blockDan Allen
2013-12-02Merge pull request #833 from mojavelinux/issue-819Dan Allen
2013-12-02add alternate substitution logic for Opal environmentDan Allen
2013-12-02use tr_s instead of squeeze for Opal compatibilityDan Allen
2013-12-02resolves #819 match URL macro after entity; credit to @jmbruelDan Allen
2013-12-01resolves #824 handle BOM when normalizing sourceDan Allen
2013-11-30added attribute for hiding footerRoman Priesol
2013-11-29fix Opal compatibility issues in substitutorsDan Allen
2013-11-29define regex character class for endline matchDan Allen
2013-11-28update uri sniff regex for Opal compatibilityDan Allen
2013-11-28workaround for defining escape chars in OpalDan Allen
2013-11-28reorder require statementsDan Allen
2013-11-28explicitly check for backslash char in attribute subsDan Allen
2013-11-25remove ERB from quote and verse block docbook templatesDan Allen
2013-11-25remove ERB from listing block docbook templateDan Allen
2013-11-25fix docbook content; remove ERB from break/ruler docbook templatesDan Allen
2013-11-25remove ERB from sidebar block docbook templateDan Allen
2013-11-25remove ERB from example block docbook templateDan Allen
2013-11-25remove ERB from literal block docbook templateDan Allen
2013-11-25remove ERB from callout list docbook templateDan Allen
2013-11-25remove ERB from ordered list docbook templateDan Allen
2013-11-24remove ERB from admonition docbook templateDan Allen
2013-11-24remove ERB from floating title docbook templateDan Allen
2013-11-24remove ERB from docbook preamble rendererDan Allen
2013-11-22build stylesheet using Zurb Foundation 4.3.2Dan Allen
2013-11-21resolves #813 honor background color in syntax highlighting themesDan Allen
2013-11-21resolves #756, upgrade to highlight.js 7.4Guillaume Grossetie
2013-11-20resolves #802 don't output revhistory if revdate is not setDan Allen
2013-11-20resolves #799 perform normal subs on verse contentDan Allen
2013-11-19remove bogus variableDan Allen
2013-11-17resolves #800 added attribute for hiding uri scheme in automatic linksDan Allen
2013-11-14Merge pull request #722 from Mogztter/opal-html5backendsDan Allen
2013-11-10put strscan inside Opal guardDan Allen
2013-11-10Merge pull request #796 from Mogztter/opal-autoloadDan Allen
2013-11-11Autoload libraries unless we are running OpalGuillaume Grossetie
2013-11-11Add new html5 templatesGuillaume Grossetie
2013-11-11Add HTML5 backends as submoduleGuillaume Grossetie
2013-11-11strscan is required when running OpalGuillaume Grossetie
2013-11-08skip poster on video block if attribute emptyDan Allen
2013-11-07resolves #768 automatically wrap part intro content in partintro blockDan Allen
2013-11-07resolves #768 emit warning if part is invalidDan Allen
2013-11-06resolves #785 print runtime environment in version outputDan Allen
2013-11-06remove warnings with array concatenation; faster operationDan Allen
2013-11-06follow-up to #533 relocate premable logic to next_sectionDan Allen
2013-11-05Merge pull request #777 from mojavelinux/issue-533Dan Allen
2013-11-06resolves #533 unwrap preamble if standaloneDan Allen
2013-11-05resolves #522 allow substitutions to be incrementally added & removedDan Allen