Skip to content

Markdown code block gets masked inside of table containing column comments #710

@akelsch

Description

@akelsch

Hi,

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_table
    tableComment: |
      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.

Thanks!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions