Commit 6e91fb6d authored by Craig Norris's avatar Craig Norris

Additional fixes to attempt to pass linting tests

parent c7baa841
...@@ -579,7 +579,7 @@ blank cells or areas. If a cell does not have a useable value, consider using ...@@ -579,7 +579,7 @@ blank cells or areas. If a cell does not have a useable value, consider using
*none* as a value. *none* as a value.
To help tables be easier to maintain, consider adding additional spaces to the To help tables be easier to maintain, consider adding additional spaces to the
column widths to make them consistent. For example, column widths to make them consistent. For example:
```markdown ```markdown
| Header 1 | Header 2 | | Header 1 | Header 2 |
...@@ -591,15 +591,14 @@ If you're using Visual Studio Code, consider installing and using the ...@@ -591,15 +591,14 @@ If you're using Visual Studio Code, consider installing and using the
[Markdown Table Prettifier](https://marketplace.visualstudio.com/items?itemName=darkriszty.markdown-table-prettify) [Markdown Table Prettifier](https://marketplace.visualstudio.com/items?itemName=darkriszty.markdown-table-prettify)
extension. extension.
### Feature tables ### Feature tables
When creating tables of lists of features (such as whether or not features are When creating tables of lists of features (such as whether or not features are
available to certain roles on the [Permissions](../../user/permissions.md#project-members-permissions) available to certain roles on the [Permissions](../../user/permissions.md#project-members-permissions)
page), use the following phrases (based on the SVG icons): page), use the following phrases (based on the SVG icons):
* No: **{dotted-circle}** No - No: **{dotted-circle}** No
* Yes: **{checked-circle}** Yes - Yes: **{checked-circle}** Yes
## Quotes ## Quotes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment