-
-
Notifications
You must be signed in to change notification settings - Fork 196
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 options for include directive #684
Conversation
Trimming the end of the contents means it often won't end in a newline and will become part of the new paragraph. This change adds a newline to contents after trimming the ends. Also fix :end-line: option to be absolute (not relative to :start-line:)
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
I somehow missed the last line of mhils comment earlier Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Thanks! This looks super nice now. Could you please add some basic tests for |
@mhils done, let me know if it's ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks! Just some minor nits.
@mhils thanks for finishing this up! Sorry I didn't get round to it earlier |
No worries and thanks again! :)
…On Thu, May 16, 2024 at 9:05 PM Frank Harkins ***@***.***> wrote:
@mhils <https://github.com/mhils> thanks for finishing this up! Sorry I
didn't get round to it earlier
—
Reply to this email directly, view it on GitHub
<#684 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHY2PXQFSDW54C3J3I4GWTZCT7NTAVCNFSM6AAAAABGQLOUWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJVHE4TEMZZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Adds support for the
start-*
andend-*
options of the rstinclude
directive. Closes #682.