Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser reviewed; some bugs fixed. #40

Merged
merged 9 commits into from
Jan 30, 2013
Merged

Parser reviewed; some bugs fixed. #40

merged 9 commits into from
Jan 30, 2013

Conversation

vonavi
Copy link
Collaborator

@vonavi vonavi commented Jan 29, 2013

Hey!
This code snippet produces the following changes:

  • Refactoring of method initialize from parser.rb was done;
  • Headings and tables within a quote or center block are handled properly. It closes issue Headline within quote block breaks things #35;
  • No need to accumulate @buffered_lines, this variable was removed from output_buffer.rb;
  • Indentation for code blocks was done. It closes issue Incorrect indention for structural elements #31;
  • Adds paragraphs with class=title only if the title presents in Org-mode source (line #+title:some_title).

Best regards,
Vladimir.

wallyqs pushed a commit that referenced this pull request Jan 30, 2013
Parser reviewed; some bugs fixed. (Fixes #31 and #35)
@wallyqs wallyqs merged commit 3b9808e into bdewey:master Jan 30, 2013
@wallyqs
Copy link
Collaborator

wallyqs commented Jan 30, 2013

Awesome. I will prepare a release of the gem with your fixes soon. Thanks for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants