mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Dev Docs: Add P2P Messages That Request Or Reply With Data
Adds to the devel reference page detailed documentation on the following messages: block, getblocks, getdata, getheaders, headers, inv, mempool, merkleblock, notfound, and tx. Adds to the devel examples page an example of requesting and parsing a merkleblock message. Adds to the devel docs overview pages links to the above two new P2P sections. Tweaks the autocrossref plugin ignore pattern to not crossref in the middle of a GIF image name; this allows the inclusion of animated GIFs.
This commit is contained in:
parent
a27cf8be5f
commit
1634212dd5
57 changed files with 7352 additions and 6 deletions
|
@ -65,9 +65,9 @@ require 'yaml'
|
|||
(?![^\s]*<!--noref-->) ## No subst if <!--noref--> after key
|
||||
(?!((?!<pre>).)*(<\/pre>)) ## No subst on a line with a closing pre tag. This
|
||||
## prevents matching in {% highlight %} code blocks.
|
||||
(?![^\(]*(\.svg|\.png)) ## No subst if key inside an image name. This
|
||||
(?![^\(]*(\.svg|\.png|\.gif)) ## No subst if key inside an image name. This
|
||||
## simple regex has the side effect that we can't
|
||||
## use .svg or .png in non-image base text; if that
|
||||
## use .svg, .png, or .gif in non-image base text; if that
|
||||
## becomes an issue, we can devise a more complex
|
||||
## regex
|
||||
(?!\w) ## Don't match inside words
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue