invertase / docs.page

Instant Open Source docs with zero configuration.
https://docs.page
Apache License 2.0
467 stars 76 forks source link

Publishing fails when adding images side by side #293

Open maheshj01 opened 1 year ago

maheshj01 commented 1 year ago

Try adding images side by side as per the below syntax (which works on GitHub) and commit the changes won't be published.

If that syntax is not supported by docs.page there should be an alternative to display image side by side.

Hide/show navbar on scroll     |     Hide/show navbar on drawer open/close
:-------------------------:|:-------------------------:
![](https://miro.medium.com/max/800/1*NaYdY1FfsPFCNBdx3wg_og.gif)  | ![](https://user-images.githubusercontent.com/31410839/173987446-c8c79bb0-d24c-46c1-bc4a-582508a4e187.gif)

output of above syntax

Hide/show navbar on scroll Hide/show navbar on drawer open/close
maheshj01 commented 1 year ago

cc: @Salakar

maheshj01 commented 1 year ago

Also there is no way to specify the image size.

Github markdown supports something like this

<img src="image.jpg" width ="300"/>