diff --git a/url_to_markdown_apple_dev_docs.js b/url_to_markdown_apple_dev_docs.js index 0467d3a..58a5f00 100755 --- a/url_to_markdown_apple_dev_docs.js +++ b/url_to_markdown_apple_dev_docs.js @@ -160,7 +160,7 @@ module.exports = { n=0; content.items.forEach((list_item, i) => { n = n + 1; - text += n + " " + this.process_content_section(list_item, ignore_links); + text += n + ". " + this.process_content_section(list_item, ignore_links); }); } } else if (content.type == 'heading') {