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

Render plaintext task list items for markdown files #26186

Merged
merged 3 commits into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. render status of list items for Org mode

    - The library that's being used for org-mode, [doesn't render the status
    of list items](niklasfasching/go-org#63).
    - Add a modified version of the proposed CSS snippet to still display
    the status for the list items. The alternative was parsing HTML and
    transforming it, which is too complicated for this small task.
    - Resolves https://codeberg.org/Codeberg/Community/issues/1099
    
    (cherry picked from commit 9753c7e4b8490b8f1e3d19cb06187503b88afb88)
    
    Refs: https://codeberg.org/forgejo/forgejo/pulls/1071
    Gusted authored and earl-warren committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    179f50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe67f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f297f7 View commit details
    Browse the repository at this point in the history