• Robert Lord's avatar
    Add asides for nice-looking notes and warnings · d3ab3cc4
    Robert Lord authored
    You can now use <aside> with the classes
    
    - warning
    - success
    - notice
    
    to add little colored notes to your API docs! Examples are in
    source/index.md.
    
    Also, note that if you have a custom variables.scss, you'll have
    to add
    
    +$aside-notice-bg: #8fbcd4;
    +$aside-warning-bg: #c97a7e;
    +$aside-success-bg: #6ac174;
    
    to it.
    d3ab3cc4
Name
Last commit
Last update
source Loading commit data...
.gitignore Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
config.rb Loading commit data...
syntax.md Loading commit data...