Open khinshankhan opened 5 years ago
When exporting the bullets, it seems that the "highest level" is treated as the "first level". Here are a few snippets to clarify:
First, a normal file:
* This is `#` ** This is `##`
gets exported as
# This is \`#\` ## This is \`##\`
and that's good. But when I try exporting:
** This is `##`
I get:
# This is \`##\`
I'd rather that this is treated as a second level even when a first level isn't available.
When exporting the bullets, it seems that the "highest level" is treated as the "first level". Here are a few snippets to clarify:
First, a normal file:
gets exported as
and that's good. But when I try exporting:
I get:
I'd rather that this is treated as a second level even when a first level isn't available.