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

Test and fix verbatim line handling #2129

Merged
merged 4 commits into from
Nov 2, 2024
Merged

Test and fix verbatim line handling #2129

merged 4 commits into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    88c3df3 View commit details
    Browse the repository at this point in the history
  2. fix(packages): Honor margins and base line skips in verbatim mode

    Honor the fixed part of left/right (margin) skips, so that verbatim
    works in indented environments (e.g. a block quote)
    
    Kill paragraph skips (very likely not expected in verbatim) and restore
    proper baseline skips instead of ad-hoc spaces.
    
    This also applies to autodoc's code blocks, simplified and aligned
    on the same principles.
    Omikhleia authored and alerque committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    58f65d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94cfe06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73cd72c View commit details
    Browse the repository at this point in the history