mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Markdown linter (#1309)
* Add markdown linting - add linter default rules - adapt rules to current code - fix the code for linting to pass - add CI check fix #1243 * Fix markdown for Substrate * Fix tooling install * Fix workflow * Add documentation * Remove trailing spaces * Update .github/.markdownlint.yaml Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix mangled markdown/lists * Fix captalization issues on known words
This commit is contained in:
@@ -19,7 +19,7 @@ Next start the collator that will collate for the adder parachain:
|
||||
cargo run --release -p test-parachain-adder-collator -- --tmp --chain rococo-local --port 50553
|
||||
```
|
||||
|
||||
The last step is to register the parachain using polkadot-js. The parachain id is
|
||||
The last step is to register the parachain using `polkadot-js`. The parachain id is
|
||||
100. The genesis state and the validation code are printed at startup by the collator.
|
||||
|
||||
To do this automatically, run `scripts/adder-collator.sh`.
|
||||
|
||||
Reference in New Issue
Block a user