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

Fixes #39. Spaces and source-language name for language attribute #40

Merged
merged 5 commits into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. Fixes #39. Spaces and source-language name for language attribute

    Tobias Zawada authored and Tobias Zawada committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7e0a5ae View commit details
    Browse the repository at this point in the history
  2. Addresses #39. source-language is only a document attribute. Add co…

    …mment with adoc manual reference.
    Tobias Zawada authored and Tobias Zawada committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    74cf6eb View commit details
    Browse the repository at this point in the history
  3. Listing blocks and literal blocks can have source style.

    Also ignore whitespace at the end of the block attribute line.
    Tobias Zawada authored and Tobias Zawada committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5902f41 View commit details
    Browse the repository at this point in the history
  4. Addresses #39. Fix whitespace match at end of attr line for code blocks.

    Add ert tests for
    - literal code blocks (....)
    - ignored whitespace after leading comma of 2nd attribute and at end of attr line
    Tobias Zawada authored and Tobias Zawada committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6fbe36f View commit details
    Browse the repository at this point in the history
  5. [#39] Also allow open blocks with source style

    Tobias Zawada authored and Tobias Zawada committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4e7032e View commit details
    Browse the repository at this point in the history