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

Add logic to switch between source/rendered on Markdown #19356

Merged
merged 6 commits into from
Apr 10, 2022

Commits on Apr 9, 2022

  1. Add button to switch between source and rendered blob

    - Adds a button to switch between the source blob and the rendered blob.
    Currently these buttons are only shown for markdown files, it is the only blob
    that can be shown rendered and shown source without having to show raw
    binary code.
    - Resolves go-gitea#11259
    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    eed462c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14e79f View commit details
    Browse the repository at this point in the history
  3. Use existing framework for switching

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    2bf62c7 View commit details
    Browse the repository at this point in the history
  4. Move control logic

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    4cf641c View commit details
    Browse the repository at this point in the history
  5. Refactor variable

    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    Gusted and wxiaoguang authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    37a91af View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

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