Fix markdown lint errors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
<!-- markdownlint-disable-next-line first-line-h1 -->
|
||||
|
||||
##### Project
|
||||
|
||||
::PROJECT-NAME
|
||||
@@ -17,8 +18,8 @@
|
||||
|
||||
### Overview
|
||||
|
||||
*TODO: Answer the questions below to help you design needed persistence
|
||||
features. Some example text is provided. Add or delete text as needed.*
|
||||
_TODO: Answer the questions below to help you design needed persistence
|
||||
features. Some example text is provided. Add or delete text as needed._
|
||||
|
||||
#### What are the most important facts that a developer should know about persistent data storage in this system?
|
||||
|
||||
@@ -112,7 +113,7 @@ attachments are written to files on the server hard disk.
|
||||
```
|
||||
|
||||
::Users store files anywhere on their computer, with the filename
|
||||
extension ```.TST```.
|
||||
extension `.TST`.
|
||||
|
||||
#### What file system access controls will be used?
|
||||
|
||||
|
Reference in New Issue
Block a user