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.
https://daux.io/
MIT License
794 stars 196 forks source link

Display images inline #204

Closed jtrav09 closed 4 years ago

jtrav09 commented 4 years ago

Greetings, I am not super familiar with markdown, but I was previously using a different markdown application to track release notes for an internal application. I used image "tags" to add images via image references to keep the markdown cleaner for "Fix", "New", "Change" etc. These were displayed inline essentially serving as bullets.

image

The release notes were becoming unmanageable in previous said viewer so I began looking for something else and stumbled across this app.

I copied all of the markdown files over but I can not get the images to display inline.

Our application is proprietary so I can't post exact screenshots, but here is a mockup of what is occurring.

image

It seems that I am missing something. Even when writing something like a user manual/guide, there are times where I would want to include images inline with text, for example when showing an icon that a user should click,. I don't always want the image on its own line, but a carriage return always allows me to do this.

Can you point me to where I can fix this?

onigoetz commented 4 years ago

Hello, this is most probably related to the default CSS embedded with Daux. I will have a look tonight if there is something I can do for you.

In the meantime, if you are working with the :latest docker image or with dev-master from packagist, you can try to add a style.css file at the root of your documentation to tweak the styles yourself (it's a new feature that is yet unreleased)

onigoetz commented 4 years ago

Hi, this has been released in Version 0.14.0