Remove js and add filter

Change to filter tables on build vs clientside with JS.
Same result adding bootsrap class to all tables.
Remove unneeded divs in md
This commit is contained in:
Jake
2021-05-16 13:37:18 -07:00
parent bf0735e014
commit 81617388bd
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ For more technical details of how to calculate an XRP Ledger address, see [Addre
Some addresses have special meaning, or historical uses, in the XRP Ledger. In many cases, these are "black hole" addresses, meaning the address is not derived from a known secret key. Since it is effectively impossible to guess a secret key from only an address, any XRP possessed by black hole addresses is lost forever. Some addresses have special meaning, or historical uses, in the XRP Ledger. In many cases, these are "black hole" addresses, meaning the address is not derived from a known secret key. Since it is effectively impossible to guess a secret key from only an address, any XRP possessed by black hole addresses is lost forever.
<div id="table_accounts"></div>
| Address | Name | Meaning | Black Hole? | | Address | Name | Meaning | Black Hole? |
|-------------------------------|------|---------|-------------| |-------------------------------|------|---------|-------------|

View File

@@ -32,7 +32,6 @@ In the case of transactions, the identifying hash is based on the signed transac
The `rippled` server makes a distinction between ledger versions that are _open_, _closed_, and _validated_. A server has one open ledger, any number of closed but unvalidated ledgers, and an immutable history of validated ledgers. The following table summarizes the difference: The `rippled` server makes a distinction between ledger versions that are _open_, _closed_, and _validated_. A server has one open ledger, any number of closed but unvalidated ledgers, and an immutable history of validated ledgers. The following table summarizes the difference:
<div id="table_ledgers"></div>
| Ledger Type: | Open | Closed | Validated | | Ledger Type: | Open | Closed | Validated |
|:---------------------------------|:----------------------------|:-------------------------------------------|:--| |:---------------------------------|:----------------------------|:-------------------------------------------|:--|