Skip to content

Commit 65c2796

Browse files
committed
Added unstyled lists
Closes #26.
1 parent ddc5d2d commit 65c2796

File tree

4 files changed

+45
-14
lines changed

4 files changed

+45
-14
lines changed

assets/styles/elements.less

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ li p {
6262
margin: 0 auto;
6363
}
6464

65+
.unstyled li {
66+
list-style-type: none;
67+
}
68+
6569
dl {
6670
clear: both;
6771

assets/styles/hastyscribe.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/HastyScribe_UserGuide.htm

+21-9
Large diffs are not rendered by default.

doc/HastyScribe_UserGuide.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -439,17 +439,13 @@ Alternatively, you can also use Github-style fenced blocks, by adding three tild
439439
~~~
440440
* An item
441441
* Another item
442-
* A nested list
443-
* another item
444442
* And another...
445443
~~~
446444

447445
{{output-text}}
448446

449447
* An item
450448
* Another item
451-
* A nested list
452-
* Another item
453449
* And another...
454450

455451
##### Ordered Lists
@@ -495,6 +491,25 @@ c. Third item
495491
> You don't have to write letters in order -- any letter followed by a dot will do.
496492
497493

494+
##### Unstyled Lists
495+
496+
{{input-text}}
497+
498+
~~~
499+
> %unstyled%
500+
> * An item
501+
> * Another item
502+
> * And another...
503+
~~~
504+
505+
{{output-text}}
506+
507+
> %unstyled%
508+
> * An item
509+
> * Another item
510+
> * And another...
511+
512+
498513
##### Nested Lists
499514

500515
To create a list within a list, simply indent the whole nested list with four space.

0 commit comments

Comments
 (0)