Hi @marekbrze, sorry to hear you’re having problems, the <code> element doesn’t support multiline code blocks you’re correct since that is a plain HTML <code> element. To preserves newlines you’ll need to wrap <code> in a <pre> element.
As for adding a language specifier, that is something I don’t think we have at the moment but I will check on it.