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

Add methods Reader.getSource and Reader.getSourceLines #1264

Merged
merged 3 commits into from
Mar 3, 2024

Conversation

robertpanzer
Copy link
Member

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

#1262 (comment) mentioned that AsciidoctorJ is currently missing the methods Reader.getSource() and Reader.getSourceLines().
This PR adds the missing methods.

How does it achieve that?

Add the methods.

Are there any alternative ways to implement this?

No.

Are there any implications of this pull request? Anything a user must know?

No, it just adds new methods to the API.

Issue

It is related to #1262, but doesn't fix it, since the issue complains about the docs.

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

@robertpanzer robertpanzer merged commit c07b2fd into asciidoctor:main Mar 3, 2024
12 checks passed
@robertpanzer robertpanzer deleted the reader_source branch March 3, 2024 14:52
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.

1 participant