diff options
author | Artem <artem@artem.(none)> | 2008-06-24 20:39:50 +0500 |
---|---|---|
committer | Artem <artem@artem.(none)> | 2008-06-24 20:39:50 +0500 |
commit | 2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d (patch) | |
tree | 3c4bc7c0532b98b42f6abfb53d92dd9ef57b0a7a /tests2/tm-cases-new/sublist-para.html | |
parent | eede42cb87a74b1a91b360a218d05f9a5c703e55 (diff) | |
download | markdown-2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d.tar.gz markdown-2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d.tar.bz2 markdown-2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d.zip |
second commit
Diffstat (limited to 'tests2/tm-cases-new/sublist-para.html')
-rw-r--r-- | tests2/tm-cases-new/sublist-para.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests2/tm-cases-new/sublist-para.html b/tests2/tm-cases-new/sublist-para.html new file mode 100644 index 0000000..f1d47bf --- /dev/null +++ b/tests2/tm-cases-new/sublist-para.html @@ -0,0 +1,36 @@ +<p>Some quick thoughts from a coder's perspective: +</p> + +<ul> +<li><p>The source will be available in a Mercurial ... +</p> +</li> +<li><p>Komodo is a Mozilla-based application... +</p> + +<ul> +<li> +Get a slightly tweaked mozilla build (C++, JavaScript, XUL). +</li> +<li> +Get a slightly tweaks Python build (C). +</li> +<li> +Add a bunch of core logic (Python)... +</li> +<li> +Add Komodo chrome (XUL, JavaScript, CSS, DTDs). +</li> +</ul> + +<p><p>What this means is that work on and add significant functionality... +</p> +</li> +<li><p>Komodo uses the same extension mechanisms as Firefox... +</p> +</li> +<li><p>Komodo builds and runs on Windows, Linux and ... +</p> +</li> +</ul> +</p> |