Asciidoc Syntax Definiton

Hi,
I was revisiting the Syntax Definition Themes.

I am planning on - finally - updating the Asciidoc template to make it more complete.

First issue that I am facing is the heading display settings (removing the symbol in the list view).

Goal would be to remove the = that is used for Asciidoc (it is more or less the same as # in markdown … though Asciidoc can have additional = at the end of the line.

In the Markdown draftSyntax file I found the following snippet:

  "titleDefinition": {
    "match": "^(#{1,6})?( )?([^\\n]+?)( \\1)?$",
    "capture": "1",
    "transform": "none"
  },

But replacing the # with = does not change anything in the display of the left panel:

The second heading has one or more leading # before it.

The documentation does also not name this specific tag.

Though the documentation looks to be incomplete in the website

Help would be welcome
Felix

The titleDefinition entry is not currently used and, thus, not in the documentation.

@agiletortoise Would it be possible to add the = signs to be not shown in the Drafts title?

Is this even possible now?

Could there be a possibility to add this in the settings or in the syntax definition?

In Asciidoc it could also solved by using the multi line headings or utilizing the Markdown style headings. So this would not be a must have.