Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3076

Upgrade Earmark to v1.4.15

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alex Gleason requested to merge alexgleason/pleroma:earmark into develop Oct 13, 2020
  • Overview 20
  • Commits 15
  • Pipelines 16
  • Changes 11

Fixes various Markdown-related issues.

Earmark has changed a lot, and it seems the custom renderer added in !2204 (merged) is no longer supported. Its only purpose was to strip \n from the output, so I removed the custom renderer and just stripped \n with String.replace/3 instead.

Running the renderer tests on Utils.format_input/2 revealed a lot of problems with the parser that exist even in the current develop branch. This could be merged as-is, but I'm gonna try to fix those first.

Edited Apr 30, 2021 by Alex Gleason
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: earmark