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

Simplify markdown preview #1647

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Commits on Sep 23, 2024

  1. Move Project description docu out of markdown comments

    There is no need to have this in the markdown source...
    hennevogel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    65c0fa5 View commit details
    Browse the repository at this point in the history
  2. Simplify markdown preview

    - Do not let unauthenticated people render a markdown preview
    - Remove Haml::Filters monkey patch, it just replaces some text.
      Do that in a MarkdownHelper instead.
    - Do not render markdown with MarkdownHelper, use a haml partial instead
    hennevogel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2ec436d View commit details
    Browse the repository at this point in the history