Skip to content

Commit

Permalink
chore(docs): lists should be surrounded by blank lines in md (#2209)
Browse files Browse the repository at this point in the history
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Adding a new line before the list so that the linter doesn't complain.

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
  • Loading branch information
rach-id authored Aug 4, 2023
1 parent b3b8611 commit 70b0624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Reserved namespaces are used to properly organize and order transactions and blo
Applications MUST NOT use these reserved namespaces for their blob data.

Reserved namespaces fall into two categories, _Primary Reserved Namespaces_ and _Secondary Reserved Namespaces_.

- Primary Reserved Namespaces: Namespaces with values less than or equal to `0x00000000000000000000000000000000000000000000000000000000FF` are referred to as Primary Reserved Namespaces and are exclusively reserved for use within the Celestia protocols.
- Secondary Reserved Namespaces: Currently, there are two secondary reserved namespaces, namely, `PARITY_SHARE_NAMESPACE` and `TAIL_PADDING_NAMESPACE` which fall out of the range of primary reserved namespaces.
In the table, you will notice that the `PARITY_SHARE_NAMESPACE` and `TAIL_PADDING_NAMESPACE` utilize the namespace version `255`, which differs from the supported user-specified versions.
Expand Down

0 comments on commit 70b0624

Please sign in to comment.