Skip to content

Commit 0359a6a

Browse files
committed
One more iteration on worknote renderer
I want it to indent for each level. This Stack Overflow article has the answer how to do that. http://stackoverflow.com/questions/6046263/how-to-indent-in-a-few-lines- in-markdown-markup Let's see if it works! :-)
1 parent b768d6a commit 0359a6a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

worknotes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Example1
44

5-
Change the initial value of renderMode from false to true.
5+
   Change the initial value of renderMode from false to true.
66

7-
Added a separator before Concord Docs in the Source menu.
7+
   Added a separator before Concord Docs in the Source menu.
88

9-
Changed version number to 0.52.
9+
   Changed version number to 0.52.
1010

1111

1212

@@ -28,11 +28,11 @@ Added a bunch of utility routines to concordUtils.js.
2828

2929
Example 2, the Reader app is working.
3030

31-
It works with any OPML file.
31+
   It works with any OPML file.
3232

33-
Handles includes.
33+
   Handles includes.
3434

35-
Anything Concord can display it can display, because it builds on Concord. ;-)
35+
   Anything Concord can display it can display, because it builds on Concord. ;-)
3636

3737

3838

0 commit comments

Comments
 (0)