Skip to content

Support Markdown  #479

Open
Open
@Loki-Astari

Description

@Loki-Astari

Doing "grammar_correction" command removes the markdown on a selected piece of text.

Example:

The simplest web application I can build is a web server. A web server maintains no state between calls, and the interface is straightforward. The client sends an [HTTP message](https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages#http_requests) and, in return, receives an [HTTP response](https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages#http_responses).

Generates

The simplest web application I can build is a web server. A web server does not maintain any state between calls, and the interface is straightforward. The client sends an HTTP message and, in return, receives an HTTP response.

Would be nice to maintain the markdown links.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions