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:
David A. Harding 2014-11-28 15:53:23 -05:00
parent 464272eeb0
commit 217ddb0701
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
6 changed files with 59 additions and 19 deletions

View file

@ -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