diff options
| author | Kalamár Ödön | 2021-03-31 20:15:38 +0200 |
|---|---|---|
| committer | GitHub | 2021-03-31 11:15:38 -0700 |
| commit | a54d37d2864d86f6374037c49c81901a613275c5 (patch) | |
| tree | 4460a906b15e79822beecfefb17572b32f34b204 /docs/src | |
| parent | 9c9bc131b031764332aeb2b175ae8abc500b8801 (diff) | |
Fix formatting issue of links (#1844)
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/appendix/experimental-features.md | 10 |
1 files changed, 5 insertions, 5 deletions
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 <a name="fixed-point"></a> FixedPoint numbers are basic *Data* type along side of UInt, SInt, etc. Most common math and logic operations |
