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