Skip to content

Commit

Permalink
Study markright, hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikissa committed Oct 9, 2013
1 parent 7083bab commit 9131c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
19 changes: 2 additions & 17 deletions README.md
Expand Up @@ -9,27 +9,12 @@ the sky (except by being extensible). It just tries to be simple, easy, and do
its job well.
<h2>Features</h2>
<p>Paragraphs are separated by empty lines, like in Markdown. When starting a
paragraph <code>&lt;</code>, it&#39;s taken to be a literal HTML element and is passed as-is.
<pre><code>This is a paragraph.

This is another.

&lt;div class=&#39;red&#39;&gt;

As an aside,

&lt;/div&gt;</code></pre>
<p>This is a paragraph.
<p>This is another.
<address>
<p>As an aside,
</address>
<p>TODO
paragraph with a <code>&lt;</code>, it&#39;s taken to be a literal HTML element and is passed as-is.
<h2>Weight</h2>
<p>Pretext is small (around 1.7 kB minified + compressed, 8kB without) and the code
is comprehensibly and well-documented. (TODO at least that&#39;s the goal.)
<h2>Speed?</h2>
<p>Pretext is fast enough (TODO test against marked)
<p>Pretext is &quot;fast enough&quot; (TODO test against marked)
<h2>Implemented in JavaScript, Node.js and the browser</h2>
<h2>Small footprint</h2>
<h2>How fast is it?</h2>
Expand Down
26 changes: 2 additions & 24 deletions README.pre
Expand Up @@ -15,29 +15,7 @@ its job well.
## Features

Paragraphs are separated by empty lines, like in Markdown. When starting a
paragraph `<`, it's taken to be a literal HTML element and is passed as-is.

This is a paragraph.

This is another.

<div class='red'>

As an aside,

</div>

This is a paragraph.

This is another.

<address>

As an aside,

</address>

TODO
paragraph with a `<`, it's taken to be a literal HTML element and is passed as-is.

## Weight

Expand All @@ -46,7 +24,7 @@ is comprehensibly and well-documented. (TODO at least that's the goal.)

## Speed?

Pretext is fast enough (TODO test against marked)
Pretext is "fast enough" (TODO test against marked)

## Implemented in JavaScript, Node.js and the browser

Expand Down

0 comments on commit 9131c4e

Please sign in to comment.