This is a partial revert of D7052. Jekyll pre-renders all markdown to HTML
before rendering page layouts, so there is no way to access the raw file contents
without additional workarounds. Although this extension is wrong given the file contents,
this is clearly the path of least resistance for rendering these files without HTML
tags.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCc755af9ca53e: [RPC Docs] Use .html instead of .md extension for generated RPC docs
build-configurations.py build-docs cp -r abc-ci-builds/build-docs/rpc/docs/en/0.22.0 ~/projects/bitcoin-abc-website/_doc/ pushd ~/projects/bitcoin-abc make serve
Navigate to http://localhost:4000/doc/0.22.0/rpc/blockchain/getblockchaininfo/ and verify
no HTML tags are present in the RPC doc content.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- revert-md
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12407 Build 24988: Build Diff build-clang-tidy · build-clang-10 · build-diff · build-without-wallet Build 24987: arc lint + arc unit