Skip to content

Commit

Permalink
Fix broken markdown table (iTwin#556)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
williamkbentley and mergify[bot] authored Jan 12, 2021
1 parent 7c74e3d commit b8c2131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learning/geometry/SpiralTypes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"Spirals" are a class of curve that are used to provide smooth transition from one turning radius to another.

| Description | Geometry |
|---|---|---|---|---|
|---|---|
| Blue line joints directly to green arc. <br> Curvature changes instantaneously from 0 to the arc radius | ![>](./figs/Spiral/LineArcR300.png) |
| With the red spiral added, ><r> curvature changes smoothly from 0 to the arc radius. | ![>](./figs/Spiral/LineSpiralL100R300Arc.png) |
| components | |
Expand Down
3 changes: 3 additions & 0 deletions docs/learning/guidelines/markdown-intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
ignoreMarkdownIssues: true
---
# Markdown Introduction

We have standardized on [markdown](http://commonmark.org/) files for programmer guide documentation.
Expand Down

0 comments on commit b8c2131

Please sign in to comment.