Nico Hagenburger
Nico Hagenburger
index.html.lsg: `````` ``` ruby @text = "Hello World" ``` ``` ``` ``````
Additional information could be: - The file name - A class name - A comment # Example ``` @info templates/_user.html User ```
Currently the errors outputted refer to “strange” places in Ruby. That’s even complicated when you understand Ruby. Better have error messages showing the right line in the LSG or Sass...
This is useful if the current example element uses `position: absolute`. `````` ``` @min-height 100px a block that does not provide height to its parent not ``` ``````
Setup via: ``` bash curl -L https://get.livingstyleguide.org | bash ``` - [ ] Check if Ruby is installed - [ ] Check if Bundler ist installed - [ ] Install...
Allow to set the meta headers and open graph tags (including preview image) to make style guides shareable on Facebook.
While rendering, the language should be preserved: `````` My HTML code: ``` html Hello World! ``` `````` Should generate: ``` html Hello World! (incl. syntax highlighting) ```