header 1
article comes here.
linebreak will produce paragraph.
blank line will produce
This block will produce div.column.
Inline commands like this and this is available.
# ArtiMark ArtiMark is a simple text markup language. It is designed to create XHTML files for EPUB books. Its default mode is for Japanese text. **CAUTION This is very early alpha version, so it's not stable at all, even the markup syntax** In the next release, the library name will change from ArtiMark to NoraMark. In NoraMark, the syntax will be more stable. ## Installation Add this line to your application's Gemfile: gem 'arti_mark' And then execute: $ bundle Or install it yourself as: $ gem install arti_mark ## Usage require 'arti_mark' document = ArtiMark::Document.parse(string_or_io) put document.html[0] # outputs 1st page of converted XHTML file An example of markup text (text is in english, but the paragraph style is japanese) # line begins with # is a comment. # you don't need to indent artimark text. lang: ja title: test title stylesheets: css/normalize.css, css/main.css art { h1: header 1 article comes here. linebreak will produce paragraph. blank line will procude div.pgroup. d.column { This block will produce div.column. Inline commands like [link(http://github.com/skoji/arti_mark/){this}] and [s.strong{this}] is available. } } The converted XHTML file
article comes here.
linebreak will produce paragraph.
blank line will produce
This block will produce div.column.
Inline commands like this and this is available.
article comes here.
linebreak will produce paragraph.
blank line will produce paragraph
This block will produce div.column.
Inline commands like this and this is available.
This line is in a section.
This line is in a section.
This section is nested.
will terminate lower level section