From bb0dc68e4089140b97e5fbbccd60daf843051f28 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Wed, 19 Aug 2015 07:48:15 -0700 Subject: [PATCH 1/2] :memo: Add docs for Markdown formatting of config descriptions Related to atom/settings-view#635 --- src/config.coffee | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/config.coffee b/src/config.coffee index 7c6dc8286..00ebabf58 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -283,6 +283,17 @@ ScopeDescriptor = require './scope-descriptor' # __Note__: You should strive to be so clear in your naming of the setting that # you do not need to specify a title or description! # +# Descriptions allow a subset of +# [Markdown formatting](https://help.github.com/articles/github-flavored-markdown/). +# Specifically, you may use the following in configuration setting descriptions: +# +# * **bold** - `**bold**` +# * *italics* - `*italics*` +# * [links](https://atom.io) - `[links](https://atom.io)` +# * `code spans` - `\`code spans\`` +# * line breaks - `line breaks
` +# * ~~strikethrough~~ - `~~strikethrough~~` +# # ## Best practices # # * Don't depend on (or write to) configuration keys outside of your keypath. From 5de1a26283d778180503b91c22d4a91ad5193fcd Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 21 Aug 2015 11:35:31 -0600 Subject: [PATCH 2/2] :arrow_up: tree-view --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e2e45202..5680909ee 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "symbols-view": "0.101.0", "tabs": "0.82.0", "timecop": "0.31.0", - "tree-view": "0.183.0", + "tree-view": "0.184.0", "update-package-dependencies": "0.10.0", "welcome": "0.30.0", "whitespace": "0.30.0",