I can't post a new topic

Help. I am not allowed to post a new topic in Hibernate ORM category.

Looks like you’ve just posted a message.

No I can’t. I need to post to Hibernate ORM.

And I get the below message and my post can’t get thru’ :frowning:

Sorry, new users can only mention 2 users in a post.

@karengsh Did you try… not mentioning more than 2 users in your post? :slight_smile:

More seriously, if you tried to post code, it’s likely that the validations in place mistook Java annotations in your code for user mentions.

For inline code, try putting your code between ` and `.
For code blocks (multi-line code), try adding a line containing only ``` before and after the code.

@karengsh There’s a toolbar above the message box where you add your post. Use that for links and code snippets to properly format your posts.

Hi both,

I tried what you said as in putting ’ and ’ between the error message snippets and also use the toolbar where there is a block quotes but still I can’t post out :frowning:

It’s not a quote, it’s a backquote you have to use. ’ != `

@karengsh Here’s a page you can study about Markdown formatting.

Markdown is used not only on Discourse, but on StackOverflow and Reddit as well. And many WordPress sites support it in comments as well.

Therefore, it’s a good idea to spend some time to learn how it works.