diff options
| author | Mark Lentczner <markl@glyphic.com> | 2010-08-26 23:44:13 +0000 | 
|---|---|---|
| committer | Mark Lentczner <markl@glyphic.com> | 2010-08-26 23:44:13 +0000 | 
| commit | e7c9151b10168d3da6485fbce2dab1e378daa5ad (patch) | |
| tree | 959d5efb4437f398671da9bcde0273646d3d44e7 /tests/golden-tests | |
| parent | d830dca2ed25bb71b7c745feef715dab7de2c007 (diff) | |
fixed CSS for ordered lists and def lists in doc blocks
Diffstat (limited to 'tests/golden-tests')
| -rw-r--r-- | tests/golden-tests/tests/Test.hs | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/golden-tests/tests/Test.hs b/tests/golden-tests/tests/Test.hs index 230f32d8..d7a0a716 100644 --- a/tests/golden-tests/tests/Test.hs +++ b/tests/golden-tests/tests/Test.hs @@ -240,6 +240,10 @@ using double quotes: "Foo".  We can add emphasis /like this/.     (1) This is an ordered list     2. This is the next item (different kind of bullet) +    +   [cat] a small, furry, domesticated mammal +    +   [pineapple] a fruit grown in the tropics  @       This is a block of code, which can include other markup: 'R'  | 
