diff --git a/data/org.freedesktop.portal.Account.xml b/data/org.freedesktop.portal.Account.xml
index c8fb98a7f..ea7a53a76 100644
--- a/data/org.freedesktop.portal.Account.xml
+++ b/data/org.freedesktop.portal.Account.xml
@@ -38,51 +38,28 @@
Gets information about the user.
Supported keys in the @options vardict include:
-
-
- handle_token s
-
- A string that will be used as the last element of the @handle. Must be a valid
- object path element. See the #org.freedesktop.portal.Request documentation for
- more information about the @handle.
-
-
-
- reason s
-
- A string that can be shown in the dialog to expain why the information is needed.
- This should be a complete sentence that explains what the application will do with
- the returned information, for example: Allows your personal information to be included
- with recipes you share with your friends.
-
-
-
+
+ ``handle_token`` (``s``)
+ A string that will be used as the last element of the @handle. Must be a valid
+ object path element. See the #org.freedesktop.portal.Request documentation for
+ more information about the @handle.
+
+ ``reason`` (``s``)
+ A string that can be shown in the dialog to explain why the information is
+ needed. This should be a complete sentence that explains what the application
+ will do with the returned information, for example: "Allows your personal
+ information to be included with recipes you share with your friends".
The following results get returned via the #org.freedesktop.portal.Request::Response signal:
-
-
- id s
-
- The user id.
-
-
-
- name s
-
-
- The users real name.
-
-
-
-
- image s
-
-
- The uri of an image file for the users avatar photo.
-
-
-
-
+
+ ``id`` (``s``)
+ The user id.
+
+ ``name`` (``s``)
+ The user's real name.
+
+ ``image`` (``s``)
+ The URI of an image file for the user's avatar photo.
-->