User Tools

Site Tools


dokuwiki_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dokuwiki_notes [2022/08/03 21:50] – [indented paragraph] rajudokuwiki_notes [2022/08/15 15:03] – [indented paragraph] raju
Line 1: Line 1:
 +
 +==== table as a list item ====
 +tags | table inside a list
 +
 +To get
 +  * tables
 +    * table 1 <WRAP>
 +^ foo ^ foo ^
 +| foo | foo |
 +</WRAP>
 +    * tabel 2 <WRAP>
 +^ bar ^ bar ^
 +| bar | bar |
 +</WRAP>
 +    * <WRAP>
 +^ blah ^ blah ^
 +| blah | blah |
 +</WRAP>
 +
 +use
 +
 +<code>
 +  * tables
 +    * table 1 <WRAP>
 +^ foo ^ foo ^
 +| foo | foo |
 +</WRAP>
 +    * tabel 2 <WRAP>
 +^ bar ^ bar ^
 +| bar | bar |
 +</WRAP>
 +    * <WRAP>
 +^ blah ^ blah ^
 +| blah | blah |
 +</WRAP>
 +</code>
 +
 +Ref: https://forum.dokuwiki.org/d/19773-how-can-a-table-be-indented-within-a-list
  
 ==== indented paragraph ==== ==== indented paragraph ====
dokuwiki_notes.txt · Last modified: 2024/03/22 18:59 by raju