Add line breaks after initial h1's consistently

This commit is contained in:
mDuo13
2023-10-16 16:30:34 -07:00
parent e5405d8946
commit 838225f798
98 changed files with 107 additions and 9 deletions

View File

@@ -4,4 +4,5 @@ parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Utility Methods
Use these methods to perform convenient tasks, such as ping and random number generation.

View File

@@ -6,6 +6,7 @@ labels:
- Core Server
---
# random
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/Random.cpp "Source")
The `random` command provides a random number to be used as a source of entropy for random number generation by clients.