index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
paragraphs_test.rb
Age
Commit message (
Expand
)
Author
2015-12-29
remove trailing endlines in source
Dan Allen
2015-10-25
resolves #1544 built-in writer should not fail if output is nil
Dan Allen
2014-08-11
stylesheet improvements; use data-lang for source listings
Dan Allen
2014-08-07
add line break opportunity (​) after emdash and ellipses
Dan Allen
2014-07-14
resolves #717 disable single quotes as formatting marks for emphasized text
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2013-11-20
resolves #799 perform normal subs on verse content
Dan Allen
2013-11-07
resolves #768 emit warning if part is invalid
Dan Allen
2013-10-07
resolves #579 specialchars subs alias, shorthand subs
Dan Allen
2013-09-30
resolves #630 add hardbreaks option to block
Dan Allen
2013-08-25
only remove leading indent from normal paragraph
Dan Allen
2013-08-23
unindent literal paragraph with normal style
Dan Allen
2013-05-27
resolves #202 add prettify source-highlighter
Dan Allen
2013-05-23
resolves #328 support for inline rendering
Dan Allen
2013-05-16
minor fixes
Dan Allen
2013-05-02
resolves #297 support for abstract and partintro
Dan Allen
2013-05-02
resolves #309 exclude attribute div if quote has no attribution
Dan Allen
2013-04-22
resolves #265 add admonition name as style class
Dan Allen
2013-04-22
resolves #187 complete masquerade functionality for blocks & paragraphs
Dan Allen
2013-04-21
resolves #220 support explicit subs on blocks
Dan Allen
2013-02-20
numerous cleanups, optimizations and minor fixes
Dan Allen
2013-01-26
index term macros and tests
Dan Allen
2013-01-25
use blockquote tag for quote blocks
Dan Allen
2013-01-24
fix nested list eating labeled list term and tests
Dan Allen
2013-01-16
source highlighting (CodeRay & highlight.js)
Dan Allen
2013-01-13
fully-compliance AsciiDoc table support (psv, dsv, csv)
Dan Allen
2013-01-03
fix warnings
Dan Allen
2013-01-03
Add DocBook backend templates + loads of improvements
Dan Allen
2012-12-25
robust and thorough attribute list parsing
Dan Allen
2012-12-17
make ruler a block, make comments handling more robust
Dan Allen
2012-12-17
rework templates to be more complete and handle whitespace better
Dan Allen
2012-12-16
chomp last endline in blocks, preserve endlines in fixtures for tests
Dan Allen
2012-12-16
remove misplaced :quote in content switch, fix test
Dan Allen
2012-12-15
Integrate upstream changes
Dan Allen
2012-12-15
trim indentation on literal created from indentation
Dan Allen
2012-12-15
more tests for admonitions
Dan Allen
2012-12-15
tests for quote & verse, update respective templates
Dan Allen
2012-12-13
resolves issue #2 - sidebar content not processed
Dan Allen
2012-12-11
recognize and exclude block comments
Dan Allen
2012-12-11
fix duplication of block at end of section
Dan Allen
2012-06-13
Add :listing blocks as well as the weird [source, ruby] kind of listing block...
Ryan Waldron
2012-06-13
Fix test for NOTE elements
Ryan Waldron
2012-06-13
Update paragraph tests
Jeremy McAnally
2012-06-13
Paragraph tests (broken now due to header breakage)
Jeremy McAnally