diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-23 23:35:45 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-04-27 11:42:16 -0700 |
commit | 671fc206d643745e0dce3e40d3d19926ba9489e2 (patch) | |
tree | 5ed54b45c85088b3a3182935c157956069221bc7 /tasks | |
parent | fa81712a5e535b2c15bd4373156bd9d30f1618c4 (diff) | |
download | chef-671fc206d643745e0dce3e40d3d19926ba9489e2.tar.gz |
Produce proper markdown in the example block
The hugo code wraps this automatically
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 1 |
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)}" |