diff --git a/url_to_markdown_apple_dev_docs.js b/url_to_markdown_apple_dev_docs.js index 4ee767a..de796b3 100755 --- a/url_to_markdown_apple_dev_docs.js +++ b/url_to_markdown_apple_dev_docs.js @@ -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; });