0

This little example mentioned many times for propper markdown to rzise images

![Kitten](/media/kitten.jpg){ width=50% } 

However it does not rezise the image and shows what is in the curly braces

enter image description here

as in here. Any hint how to propper format markdown

2
  • which environment are you using, markdown in RStudio, GitHub...? Commented Nov 4, 2020 at 14:18
  • did it in VSCode,Jupyterlab and with pelican Commented Nov 4, 2020 at 14:56

1 Answer 1

1

The markdown syntax stated in your question happens to work only for specific flavours of markdown.

I tested it OK in R Markdown / R Pandoc. However, it does not work in JupyterLab or VS Code.

What does work there is:

<div><img src="https://www.nasa.gov/images/content/365640main_PIA11141_full.jpg" width="50%"/></div> 

I just tested it OK in a JupyterLab markdown cell.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks for that I was hopping for some common solution...but yes that does work

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.