From b405407c00004d518548cfe07a0a7785564362d3 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 12 May 2021 14:32:58 +0100 Subject: [PATCH] fix: formatting of new features in js-ipfs-0.55.0 Fixes broken markdown formatting in the "new features" section of the js-ipfs 0.55.0 post. --- src/_blog/js-ipfs-0.55.0-greatly-improves-type-definitions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/js-ipfs-0.55.0-greatly-improves-type-definitions.md b/src/_blog/js-ipfs-0.55.0-greatly-improves-type-definitions.md index b35fd6fe..0e31e432 100644 --- a/src/_blog/js-ipfs-0.55.0-greatly-improves-type-definitions.md +++ b/src/_blog/js-ipfs-0.55.0-greatly-improves-type-definitions.md @@ -69,7 +69,7 @@ The API changes are as follows: ## ✨New features -* Support identity hash (\[`0x00](https://github.com/multiformats/multicodec/blob/master/table.csv#L2)) in`ipfs.block.get()`+`ipfs.dag.get()\` ([#3616](https://github.com/ipfs/js-ipfs/issues/3616)) ([28ad9ad](https://github.com/ipfs/js-ipfs/commit/28ad9ad6e50abb89a366ecd6b5301e848f0e9962)) +* Support identity hash ([`0x00`](https://github.com/multiformats/multicodec/blob/master/table.csv#L2)) in`ipfs.block.get()`+`ipfs.dag.get()` ([#3616](https://github.com/ipfs/js-ipfs/issues/3616)) ([28ad9ad](https://github.com/ipfs/js-ipfs/commit/28ad9ad6e50abb89a366ecd6b5301e848f0e9962)) ## 🔨 Breaking changes @@ -252,4 +252,4 @@ Would you like to contribute to the IPFS project and don’t know how? Well, the # ⁉️ Do you have questions? -The best place to ask your questions about IPFS, how it works, and what you can do with it is at [discuss.ipfs.io](https://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode. \ No newline at end of file +The best place to ask your questions about IPFS, how it works, and what you can do with it is at [discuss.ipfs.io](https://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode.