Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Lists in '- - - | - - -' Markdown

Started by Christoph 9 years ago · 9 replies · 1087 views
9 years ago

I use deliver and I'm learning to work with markdown for text in grids.
It's pretty nice and working on it is enjoyable.
What I haven't figured out is how to use lists (that works with html though)
As soon I set double spacing, the text seems to escape (leave the div/grid/paragraph) from the grid.
Is it possible to use lists in this case?
At the moment I have this construction (without the quotes):

'heading 1 | heading 2'
'--- | ---'
'text under heading 1| text under heading 2'

last edited 08/06/17 by Christoph
9 years ago

Do you mean tables?

9 years ago
MARKDOWN
 * list item
 * another list item
    * next level list item
 * third list item

Will give you:

  • list item
  • another list item
    • next level list item
  • third list item
9 years ago

This didn't work unfortunately.
It was the first I have tried.

Nor 1. or 2. worked for numberes lists.

The ul html code surprisingely works as written in start topic

9 years ago

If you added correct spacing there is no way it didn't work.

@outoforder:
‘heading 1 | heading 2’

’— | —’

‘text under heading 1| text under heading 2’

Did you try entering list inside this table?

9 years ago

yes, I tried to set the 'stars' where 'text under heading 1' is.
I wrote all list entries in one line, set the pipeline stroke, and continued in the same line with another list for 'text under heading 2'
The spacing between | of course was set to both sides.

last edited 08/06/17 by Christoph
9 years ago

Inserting list inside a table is not possible, as the Markdown spec says:

Cell content must be on one line only

9 years ago

Yes, it does. You can insert list in the table cell via HTML, and you can instert HTML into Markdown.

👍 1

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 193 2 months ago
Themes & Styling · by Ian, 2 months ago
3 90 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 449 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 44 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 123 3 months ago