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

feat: Add code block indentation token support #324

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    27c2628 View commit details
    Browse the repository at this point in the history
  2. update golden files

    jahvon committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    44a54a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. multiple margin by 2 to account for margin-right

    Co-authored-by: Maximilian Moehl <[email protected]>
    jahvon and maxmoehl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b79a5e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. feat: Add code block indentation token support

    This change incorporates the specified indentation token when rendering
    code blocks. It includes fixes to how the margin and indentation tokens
    are rendered globally. When both are specified, the margin is rendered
    first as an empty space.
    
    This PR is another attempt at adding the functionality from
    charmbracelet#299
    jahvon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    20c59a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    b0d555f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa82d85 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. test: update test snapshots

    jahvon committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e657f4 View commit details
    Browse the repository at this point in the history