dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

Home Page:https://daux.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to add class to image

gacekssj4 opened this issue · comments

Except writing direct HTML I have not found a way to add a class to image

![Menu overview][image_identifier] does not allow to add a class to image.

Wonder if there's a way to add class

Why is it needed?
I think it would be great idea to add such feature, because sometime you have tall images, and a lot of space is wasted. that way could assign class with float: right; margin-left: 10px that would allow text wrap.

Maybe there is other way to do it, but have not found it.

Hello,

Since we use to do the Markdown rendering, you could have a look into the Attributes Extension

You can configure Daux's rendering configuration using Processors : https://daux.io/For_Developers/Creating_a_Processor.html#page_Extend_the_Markdown_Generator

I hope this helps :)

Closing because of no activity