Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
el-ace / examples / basic / view / index.slim
Size: Mime:
doctype html
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
html
  body
    
    textarea#editor-1 some content
    == ace('editor-1', snippets: [1,2,3], save_button: '#save')
    
    hr
    textarea#editor_1 some another content
    == ace('editor_1', mode: :css, snippets: lambda {params.keys})