Skip to content

Commit

Permalink
Removed ref to PR in docs as requested by @htgoebel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jun 6, 2016
1 parent 267c7c2 commit e1245be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/fold-markers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,10 @@ Which fold marker to use

Now a short hash up regarding which fold markers to use.

* ``{{{`` is the Vim default. Has the disadvantage that it might gets in the way
* ``{{{`` is the Vim default. Has the disadvantage that it might get in the way
with your syntax highlighting. However, '{{{' is not expected to be usually
found anywhere else in Ansible/YAML/Jinja.

* ``(((`` is more likely to appear in Ansible/YAML/Jinja.

* ``[[[`` is not expected to appear in Ansible/YAML/Jinja. Current recommendation.

Refer to the `PR about fold markers support <https://github.com/htgoebel/yaml2rst/pull/3>`_ for more details.

0 comments on commit e1245be

Please sign in to comment.