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

Support building line blocks with markdown-it hardbreaks #948

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 20, 2024

  1. Support building line blocks with markdown-it hardbreaks

    Provides the ability to build docutils' line-block nodes if an inline
    element contains hardbreaks. When a hardbreak is detected as a child of
    an inline token, a line-block will be created and child tokens will be
    rendered into a prepared line node. Child nodes are placed into a line
    node until the next hardbreak is detected, where a new line node is
    created to hold the next child set. The process repeats until all
    children are processed.
    
    Signed-off-by: James Knight <[email protected]>
    jdknight committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d1990c5 View commit details
    Browse the repository at this point in the history