diff --git a/github-markdown-htllm.css b/github-markdown-htllm.css new file mode 100644 index 0000000..f70cb71 --- /dev/null +++ b/github-markdown-htllm.css @@ -0,0 +1,92 @@ +.markdown-body a:before { + content: '['; +} +.markdown-body a:after { + content: '](' attr(href) ')'; +} + +.markdown-body strong:before, +.markdown-body strong:after { + content: '**'; +} + +.markdown-body h1 { + border-bottom: 0; +} +.markdown-body h1:before { + content: '#\00a0'; + color: #666666; +} + +.markdown-body h2 { + border-bottom: 0; +} +.markdown-body h2:before { + content: '##\00a0'; + color: #666666; +} + +.markdown-body h3:before { + content: '###\00a0'; + color: #666666; +} + +.markdown-body h4:before { + content: '####\00a0'; + color: #666666; +} +.markdown-body h4:after { + content: '\00a0####'; + color: #666666; +} + +.markdown-body h5:before { + content: '#####\00a0'; + color: #666666; +} +.markdown-body h5:after { + content: '\00a0#####'; + color: #666666; +} + +.markdown-body h6:before { + content: '######\00a0'; + color: #999999; +} +.markdown-body h6:after { + content: '\00a0######'; + color: #999999; +} + +/*.markdown-body ul { + padding-left: .75em; + list-style-type: none; +} +.markdown-body ul li:before { + content: '\2217'; + padding-right: .75em; +}*/ + +.markdown-body code:before { + content: '\00a0`'; + vertical-align: text-top; +} +.markdown-body code:after { + content: '`\00a0'; + vertical-align: text-top; +} + +.markdown-body u { + text-decoration: none; + padding-bottom: .1em; + border-bottom: .1em solid; +} +.markdown-body u:before, +.markdown-body u:after { + content: '_'; +} + +.markdown-body em:before, +.markdown-body em:after { + content: '/'; +} diff --git a/index-htllm.html b/index-htllm.html new file mode 100644 index 0000000..ea30c7e --- /dev/null +++ b/index-htllm.html @@ -0,0 +1,69 @@ + + + + + + GitHub Markdown CSS demo + + + + + + + + +
+

This is an H1 heading

+ +

This is an H2 heading

+ +

This is an H3 heading

+

This is an H4 heading

+
This is an H5 heading
+
This is an H6 heading
+ +
    +
  1. List item
  2. +
  3. List item
  4. +
  5. +
      +
    1. Sublist item
    2. +
    3. Sublist item
    4. +
    +
  6. +
+ +
+ A quoted block of unexpectedly short text which might hopefully reach a second row in your page + depending on screen resolution and whatnot. +
+ +

+ A paragraph of unexpectedly short text which might hopefully reach a second row in your page + depending on screen resolution and whatnot. +

+ +

A paragraph exemplifying a simple link with text after it.

+

A paragraph exemplifying inline code with text after it.

+

A paragraph exemplifying a bolded item with text after it.

+

A paragraph exemplifying an italic item with text after it.

+

A paragraph exemplifying an underlined item with text after it.

+
+ +