less-docs icon indicating copy to clipboard operation
less-docs copied to clipboard

Question: can I add pictures to docs and if yes how?

Open SomMeri opened this issue 11 years ago • 1 comments
trafficstars

I added description of svg-gradient function here. I think that the doc would be slightly better if it would contain the picture of generated gradient, exactly like another version (scroll down slightly) of the same text.

Is it good idea put the picture into less.js docs? If yes, where should the picture go?

SomMeri avatar Jul 19 '14 13:07 SomMeri

I think only @jonschlinkert can answer that for sure you should be able to put the image in here I guess https://github.com/less/less-docs/tree/master/assets/public/img and then reference it in the markdown

![alt text](//public/img/filename)

lukeapage avatar Jul 24 '14 11:07 lukeapage