Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
Technically, you can do it by writing HTML manually: Code <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="100px"> <img src="https://cod...
Answer
#1: Initial revision
Technically, you can do it by writing HTML manually: ## Code ```html <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="100px"> <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="200px"> ``` ## Result <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="100px"> <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="200px"> This is rather tedious though, and relies on some knowledge of HTML, so it would be nice if this was integrated somehow.