question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deeply nested lists rendered flat

See original GitHub issue

First of all thanks for the tool. I’m in the process of migrating Evernote notes to markdown so your tool could be very helpful.

One thing I have problem with is that after doing enex-dump my note’s nested lists are flat in markdown format. Is it a know problem or am I doing something wrong?

Thanks 🙇

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
fabiospampinatocommented, Jan 22, 2019

Maybe something like - - second level could be fixed with a simple regex.

0reactions
chodorowiczcommented, Jan 22, 2019

True! I will do it probably in that way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flattening deeply nested array of objects - Stack Overflow
Just iterate over and if a children is found get the array from the children concatinated. function flat(array) { var result = [];...
Read more >
JavaScript Flatten Deeply Nested Array of Objects Into Single ...
Requirement: We have a deeply nested array of objects. We want to bring all the nested objects into the array at the root...
Read more >
Nested list rendering broken if line after is not empty
Outlined list rendered flat. Problem with the preview of lists when the next line is a non-list. Issues with block-referencing nested lists.
Read more >
Deeply Nested Objects and Redux | Pluralsight
In very simple terms, the React rendering process is sensitive only to the immutable updates of the state. This means that any change...
Read more >
Transforming flat sequences to deeply nested collections in ...
Transforming flat sequences to deeply nested collections in Clojure ... (flat-seq->deeply-nested-v1 % coll)) children) (list root))).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found