From a54d37d2864d86f6374037c49c81901a613275c5 Mon Sep 17 00:00:00 2001 From: Kalamár Ödön Date: Wed, 31 Mar 2021 20:15:38 +0200 Subject: Fix formatting issue of links (#1844) --- docs/src/appendix/experimental-features.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/src') diff --git a/docs/src/appendix/experimental-features.md b/docs/src/appendix/experimental-features.md index 0e3f50c8..c989ec97 100644 --- a/docs/src/appendix/experimental-features.md +++ b/docs/src/appendix/experimental-features.md @@ -6,11 +6,11 @@ section: "chisel3" Chisel has a number of new features that are worth checking out. This page is an informal list of these features and projects. -[FixedPoint](#fixed-point) -[Module Variants](#module-variants) -[Module Variants](#bundle-literals) -[Interval Type](#interval-type) -[Loading Memories in Simulation](#loading-memories) +- [FixedPoint](#fixed-point) +- [Module Variants](#module-variants) +- [Module Variants](#bundle-literals) +- [Interval Type](#interval-type) +- [Loading Memories in Simulation](#loading-memories) ### FixedPoint FixedPoint numbers are basic *Data* type along side of UInt, SInt, etc. Most common math and logic operations -- cgit v1.2.3