mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Dev Docs (Formatting Only): Convert Fake Subheadings To Real Subheadings
Converts fake subheadings created using **bold** to real HTML
subheadings without adding them to the table of contents.
Also fixes a link broken by commit 4e067ac89e
and adds a Makefile
test to catch future similar breakage.
This commit is contained in:
parent
464272eeb0
commit
217ddb0701
6 changed files with 59 additions and 19 deletions
|
@ -228,7 +228,8 @@ the [CompactSize section][CompactSize unsigned integer].
|
|||
|
||||
{% endautocrossref %}
|
||||
|
||||
**TxIn: A Transaction Input (Non-Coinbase)**
|
||||
##### TxIn: A Transaction Input (Non-Coinbase) {#txin}
|
||||
{:.no_toc}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -244,7 +245,8 @@ Each non-coinbase input spends an outpoint from a previous transaction.
|
|||
|
||||
{% endautocrossref %}
|
||||
|
||||
**[Outpoint][]{:#term-outpoint}{:.term}: The Specific Part Of A Specific Output**
|
||||
##### Outpoint: The Specific Part Of A Specific Output {#outpoint}
|
||||
{:.no_toc}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -259,7 +261,8 @@ specific output.
|
|||
|
||||
{% endautocrossref %}
|
||||
|
||||
**TxOut: A Transaction Output**
|
||||
##### TxOut: A Transaction Output {#txout}
|
||||
{:.no_toc}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -313,8 +316,12 @@ to a new pay-to-pubkey-hash (P2PKH) output.
|
|||
00000000 ................................... locktime: 0 (a block height)
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
**Coinbase Input: The Input Of The First Transaction In A Block**
|
||||
##### Coinbase Input: The Input Of The First Transaction In A Block {#coinbase}
|
||||
{:.no_toc}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The first transaction in a block, called the coinbase transaction, must
|
||||
have exactly one input, called a coinbase. The coinbase input currently
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue