You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure that the languages we list are supported by ccutil/the portal. Early on, we attempted to use some languages that weren't supported on the portal (at least back then).
The languages we successfully use on EAP are java, xml, sql, javascript, bash, and html. I'm sure there are plenty of others supported - we may want to check w/ the tooling team.
Also note that we had decided on EAP to not use "bash" (or any language) when showing terminal commands. This is because we prefix the command with "$", but if it is a root command, we use "#". With "#" and bash highlighting, it will get incorrectly highlighted as a comment. Maybe there is a better option that we were just unaware of though.
The 'code block' element should link to a list of supported languages.
The text was updated successfully, but these errors were encountered: