0.1.7 • Published 12 years ago

ivy-markup v0.1.7

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

ivy-markup

Ivy markup language is based on three famous notations:

How to use it on the page?

Minified version:

<script src=".../ivy.min.js"></script>
<script>
var html = ivy('*Hello*, _world_!');
</script>

Developing version:

<script src=".../src/parser.js"></script>
<script src=".../src/renderer.js"></script>
<script src=".../src/tags.js"></script>
<script src=".../src/index.js"></script>
<script>
var html = ivy('*Hello*, _world_!');
</script>

How to try it?

Want more?

How to create minified version?

  1. Open http://closure-compiler.appspot.com/home
  2. Paste the closure-compiler instruction below into the compiler textbox
  3. Click "Compile"
  4. Download the created ivy.min.js file

Closure-compiler instruction:

// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
// @output_file_name ivy.min.js
// @code_url https://raw.github.com/AlexAtNet/ivy-markup/master/src/parser.js
// @code_url https://raw.github.com/AlexAtNet/ivy-markup/master/src/tags.js
// @code_url https://raw.github.com/AlexAtNet/ivy-markup/master/src/renderer.js
// @code_url https://raw.github.com/AlexAtNet/ivy-markup/master/src/index.js
// ==/ClosureCompiler==

(C) 2012 Alex Netkachov alex.netkachov@gmail.com

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago