Skip to content

Commit ba9c239

Browse files
committed
Solve an edge-case of syntax highlighting in README.md
In my vim-setup, the underscore in `create_resources` leads to rendering everything in italics after that. Wrapping it in backticks solves this in the editor and also looks better when rendered as HTML.
1 parent c429c0f commit ba9c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This module uses the fact osfamily which is supported by Facter 1.6.1+. If you d
3131
}
3232
}
3333

34-
This module depends on creates_resources function which is introduced in Puppet 2.7. Users on puppet 2.6 can use the following module which provides this functionality:
34+
This module depends on the `creates_resources` function which is introduced in Puppet 2.7. Users on puppet 2.6 can use the following module which provides this functionality:
3535

3636
[http://github.com/puppetlabs/puppetlabs-create_resources](http://github.com/puppetlabs/puppetlabs-create_resources)
3737

0 commit comments

Comments
 (0)