| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
nil blocks returned by Lexer#next_block. Get rid of a stray .any? that was confusing Reader.
|
|
|
|
in possible :template_dir options
|
|
a Document instance
|
|
|
|
|
|
|
|
|
|
|
|
elements
|
|
|
|
up. Also remove spurious private declaration.
|
|
|
|
May have to later, but for now, don't even make it available as an
instance variable. Every consumer of it should have it passed in, so we
can be sure that methods that need to build their own Readers and
recurse (like #next_block) are doing it right.
|
|
|
|
So that attributes work inside the Document or in places expecting to
find them in the Document. This isn't going to work long-term.
|
|
|
|
default behavior (and implement the behavior, not the Guide)
|
|
be redone
|
|
|
|
with bad attr refs. Less global stuff, more line-by-line stuff to make this happen. Code is in a mind-bogglingly bad state right now.
|
|
|
|
|
|
5-deep
|
|
|
|
|
|
|
|
|
|
|
|
debug stuff. Getting noisy in here.
|
|
a couple of comments
|
|
Add option to list_item_segment so we can break when we encounter a list item
with a lower level than the current one.
Move building :uline block out to its own method.
Continuing to tweak rendering for ListItem and :uline blocks.
|
|
template yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
up ancestry tree to find it
|
|
|
|
we do it in paragraphs. Add simple handling of line breaks in
paragraphs. (TODO: Discover or verify how lines ending in ' +' are
treated in non-paragraph elements.)
|
|
|
|
|
|
right yet)
|
|
|
|
extracting the Document's title
|