• Stars
    star
    1
  • Language
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Book writing playground

This repository is a playground for book writing with asciidoc using the asciidoctor gem.

Just start writing and stop figuring out what the best setup is. A single line per sentence.

def say(name)
  "Hello #{name}"
end