Deactivate markdown for one line

Operating system

macOS

Joplin version

3.3.13

Desktop version info

Joplin 3.3.13 (prod, darwin)

Device: darwin, Apple M1
Client-ID: 9e7e554033d749fdbcf40e5397db9567
Sync-Version: 3
Profil-Version: 47
Unterstützter Schlüsselbund: Ja
Alternative instance ID: -

Revision: 144ed59

Backup: 1.4.3
Freehand Drawing: 3.0.1
Quick Links: 1.3.2
Table Of To-Dos: 1.2.3

Sync target

WebDAV

Editor

Markdown Editor

What issue do you have?

I try to write a note where the line is as follows

  1. Dezember 2022 - Michael schrieb folgendes:

and after this there is some text.
Unfortunatelly I am not able to stop Joplin from forming a list because of the "2. " at the beginning of the line.

I tried adding a `or ' like in Excel but this does not work. :confused:

I tested out and there are a few things that work, depending on what you like. You can put a backslash before the dot, like so:

2\. Dezember

Or you can preface the line with a zero-width space: "​"

Or, probably the one that looks best in the editor: You can use a non-breaking space " " after the dot:

2. Dezember

(equivalent to doing 2. Dezember)

:slightly_smiling_face: Thank you for your answers. I tried both and it works fine.

I never heard of a non-breaking space before but it is a interesting solution, also for other use cases :slight_smile:

1 Like