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
since v1.85.1 which includes #687 to fix #686 we can no longer use Markdown syntax highlighting for column comments.
For example:
comments:
- table: my_tabletableComment: | This is the table comment.columnComments:
id: This is the id column comment, I want to use `code` syntax highlighting here.
Previously it would not touch the backticks but now they get escaped so we literally get `code` instead of code (highlighted).
Am I missing something or is this intentional? Escaping the backticks using backslash did not work unfortunately. For now we can rollback to v1.85.0 of course but it would be nice for it to work in current versions.