0

I exported the tutorial to markdown, I noticed that large chunks of text such as this one were exported to standard markdown text:

enter image description here

enter image description here

However when I create my own nodecore text it is always exported to markdown titles, how can I have the text exported to standard text in markdown?

UPDATE 05/04/2018: Please note I have tagged the question as freemind because there is no freeplane tag and this is the closest tag.

Jas
  • 688

2 Answers2

1

In markdown, you can write hash title ## as-is by escaping it with backslash \##.

But for such case, I recommend to use code block as it will also preserve new lines as well. Code block can be written by writing three backticks ``` around the code.

Preview Markdown in VSCode

willnode
  • 259
0

I found the answer myself, I had to change the font size to 7 or less in freeplane.

Jas
  • 688