do not make identifier main title in apple dev doc markdown

main
Lee Hanken 2022-05-02 12:06:44 +01:00
parent a438e92c59
commit b3e286a952
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ module.exports = {
section.declarations.forEach((declaration, i) => {
if (typeof declaration.tokens !== undefined) {
token_text = "# ";
token_text = "";
declaration.tokens.forEach((token, i) => {
token_text += token.text;
});