Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Inconsistencies in Markdown block when compared to GitHub #57

@Andre601

Description

@Andre601

There are currently a few inconsistencies for displaying the Markdown content in Blocks vs how it is rendered by GitHub itself.

This issue should help listing these inconsistencies.
Be aware that those are only the ones I so far have found. There may be more...

I found the issues while looking at the README.md for one of my repositories (Andre601/AdvancedServerList) through blocks.githubnext.com

1. <img> display ignores width/height and also has weird spacing

<img> tags used in the README don't have their height attributes ignored, making the SVG in my case default to its default sizing.

Additionally are the images themself separated into individual lines with huge spaces, while on GitHub they display next to each other (As I intended).

Screenshots:

  • Blocks:
    grafik
  • GitHub:
    grafik

2. Reference Links are not linking (While still being highlighted)

Links using the Reference link format ([text][link_name]) don't actually make an embedded link. Instead is the text highlighted in blue, while the [link_name] is shown at the end (Also highlighted).

Screenshots:

  • Blocks:
    grafik
  • GitHub:
    grafik

3. Tables are not rendered

Tables aren't rendered at all.

Screenshots:

  • Blocks:
    grafik
  • GitHub:
    grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions