do not make identifier main title in apple dev doc markdown
parent
a438e92c59
commit
b3e286a952
|
@ -59,7 +59,7 @@ module.exports = {
|
||||||
section.declarations.forEach((declaration, i) => {
|
section.declarations.forEach((declaration, i) => {
|
||||||
|
|
||||||
if (typeof declaration.tokens !== undefined) {
|
if (typeof declaration.tokens !== undefined) {
|
||||||
token_text = "# ";
|
token_text = "";
|
||||||
declaration.tokens.forEach((token, i) => {
|
declaration.tokens.forEach((token, i) => {
|
||||||
token_text += token.text;
|
token_text += token.text;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue