Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8dde9e

Browse files
committed
Fix documentation
1 parent b98448a commit f8dde9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/plugins/blog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ A blog post is defined as:
3636

3737
.. code-block:: yaml
3838
39+
# /blog/2009/sept/18/are-my-services-coool.yml
3940
type: blog.post
4041
title: Are my services coool ?
4142
format: markdown
@@ -52,7 +53,7 @@ A blog post is defined as:
5253
sit amet, volutpat vel leo. Nulla aliquet sodales enim ac dictum. Proin mattis arcu a metus
5354
aliquam pulvinar. Phasellus sed lectus elit. Donec vitae urna magna. Vestibulum id volutpat eros.
5455
55-
The ``format`` option defines how to handle the ``content`` field. You can provide a markdown content or a html content.
56+
The ``format`` option defines how to handle the ``content`` field. You can provide a markdown content or a html content.
5657

5758
Events
5859
------
@@ -62,4 +63,4 @@ The default template used is ``element.plugins.blog:post.html`` and declare two
6263
- ``node.comment.list``: the listener should return the comment list related to the provided node
6364
- ``node.comment.form``: the listener should return the comment form
6465

65-
The ::doc::`element.plugins.discus</plugins/discus>` plugin can be used to handle comments.
66+
The :doc:`element.plugins.discus</plugins/discus>` plugin can be used to handle comments.

0 commit comments

Comments
 (0)