Skip to content

Markdown inline code input rule using backticks (`) is missing #9076

Description

@Febulix

Nextcloud Text does not support the standard Markdown inline code syntax using single backticks.

For example, inline code is not rendered as inline code when opening/editing a Markdown file in Text like in Collectives. This syntax is already supported in Nextcloud Talk, so it would be useful to have consistent Markdown behavior across Nextcloud applications.

  • Markdown syntax is not properly rendered in text
  • Markdown syntax is removed after closing text
  • Markdown syntax is changed after closing text
  • Something else: Please describe more in detail

The Markdown inline code syntax using single backticks (code) is currently not recognized/rendered as inline code in Nextcloud Text.

Example markdown file

This is some `inline code` within a sentence.
You can also use inline code for `npm install`, `myVariable` or `someFunction()`.

Expected resulting markdown file after opening in text

This is some inline code within a sentence.
You can also use inline code for npm install, myVariable or someFunction().

Details

  • Nextcloud version: 34.0.3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions