summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-23 23:35:45 -0700
committerPete Higgins <pete@peterhiggins.org>2020-04-27 11:42:16 -0700
commit671fc206d643745e0dce3e40d3d19926ba9489e2 (patch)
tree5ed54b45c85088b3a3182935c157956069221bc7
parentfa81712a5e535b2c15bd4373156bd9d30f1618c4 (diff)
downloadchef-671fc206d643745e0dce3e40d3d19926ba9489e2.tar.gz
Produce proper markdown in the example block
The hugo code wraps this automatically Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xtasks/docs.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 4360dd0b9f..be43d5500e 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -31,7 +31,6 @@ namespace :docs_site do
# build the resource string with property spacing between property names and comments
text = ""
- text << "```ruby\n"
text << "#{resource_name} 'name' do\n"
properties.each do |p|
text << " #{p["name"].ljust(padding_size)}"