Doesn't make senses that a second-level inside a first one do the same think that the first-level do and something more?
saku doesn't do anything special for the levels of headings, but the user can use the different levels of headings for expressing, for example, different significances of tasks.
saku
For example,
# build saku build:js build:css ## build:js browserify blah blah ## build:css sass blah blah
Where build is at the 1st level because it's an important task, and build:js and build:css are at the 2nd level because they are less important.
build
build:js
build:css
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Doesn't make senses that a second-level inside a first one do the same think that the first-level do and something more?
saku
doesn't do anything special for the levels of headings, but the user can use the different levels of headings for expressing, for example, different significances of tasks.For example,
Where
build
is at the 1st level because it's an important task, andbuild:js
andbuild:css
are at the 2nd level because they are less important.