-
Hello!
I was trying out a few things with the markdown parser, and noticed that it doesn't seem to handle nested lists. I don't think nested lists are actually in the markdown "spec," but it seems th…
-
Pretty sure nested lists are not processed correctly yet. Check with Exp 11, p. 54.
-
I have a page with a few nested lists, which JQM renders into a multi-paged document where each list has an attribute like `data-url=index&ui-page=#-#` where each `#` is a number assigned to the list.…
-
Text such as:
``` md
* not
* nested
* nested
* list
```
is parsed as a flat list of 4 items when it should instead be a `List` of 3 elements with the 3rd being a `List` of 2 elements.
-
1) Need to associate voting result (e.g., yay vs nay) with Congressman. Currently residing in two separate lists
2) Need to allow inverted manipulation of dataset - e.g., sort by Congressman votin…
-
### Description
I would like to have a way to use recursive functions to create nested lists/menu
### Have you provided an initial effort estimate for this issue?
I have provided an initial effort …
-
Nested lists need to be added, as noted by @MrSchism. Poe.TextCursor is the primary thing that _might_ be blocking this.
-
**Select here to toggle content**
- regular lists
- Task 1
- Task 2
- Task 3
- Task 4
- Nested lists
- testing nesting
- nested task 1
- nested task 2
- nested task 3
- secon…
-
It might be useful to treat nested configuration more like normal values? Making them optional or putting them in lists/maps. But there are lots of open questions and I have to reevaluate whether this…
-
Right now, when nested inputs are produced using `inputs_for`, the data comes out as follows:
``` elixir
%{
form: %{
form_has_one: %{},
form_has_many_0: %{},
form_has_many_0_belo…