Skip to content

Support markdown #3

Description

@Pistonight

One potential improvement is to parse markdown files and convert it to HTML. For example it would be useful to shwoop README.md to edit readme for a repo

A few things to consider:

  • Single file mode won't bring other assets -> can be solved by running shwoop . and navigate to localhost/README.md
  • Markdown parsing -> probably some rust crate can do it
  • Styling: This is the most time-consuming part. It will probably just look like GitHub but won't be exact
  • Compatibility: For example GitHub doesn't support all features supported by Markdown. Should there be some warning/flags that enable a "compatibility" mode so these issues can be caught before pushing? (At the same time not all markdown are for GitHub so maybe it's fine)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions