Skip to content

[FEATURE] Add line block support #849

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

Merged
merged 1 commit into from
Feb 16, 2024
Merged

[FEATURE] Add line block support #849

merged 1 commit into from
Feb 16, 2024

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Feb 16, 2024

Line blocks are just lines in a div that can be nested using indentation. Every line must start with an | and a block ends when an empty line is detected.

I implemented this using ContainerNodes because it's an rst only type, and it has no other behavior rather than just some custom styling.

Line blocks are just lines in a div that can be nested using indentation.
Every line must start with an | and a block ends when an empty line is detected.

I implemented this using ContainerNodes because it's an rst only type, and it
has no other behavior rather than just some custom styling.
@jaapio jaapio requested a review from linawolf February 16, 2024 12:08
Copy link
Contributor

@linawolf linawolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, I ve wanted to implement this since a while and never found the time

@jaapio jaapio merged commit b65913f into main Feb 16, 2024
@jaapio jaapio deleted the feature/line-blocks branch February 16, 2024 12:13
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.

2 participants