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.
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
Nextcloud Text does not support the standard Markdown inline code syntax using single backticks.
For example,
inline codeis 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.The Markdown inline code syntax using single backticks (code) is currently not recognized/rendered as inline code in Nextcloud Text.
Example markdown file
Expected resulting markdown file after opening in text
This is some
inline codewithin a sentence.You can also use inline code for
npm install,myVariableorsomeFunction().Details