-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added known issues section; corrected misspellings
- Loading branch information
1 parent
ec56f52
commit 91df237
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,15 @@ | |
text-align:left; | ||
} | ||
</style> | ||
<style> | ||
hr { | ||
border: 0; | ||
height: 5px; | ||
background-color: #333; /* Line color */ | ||
margin-top: 50px; /* Space above the line */ | ||
margin-bottom: 20px; /* Space below the line */ | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
|
@@ -128,6 +137,13 @@ <h2 style="text-align:center;">Sample Agenda Elements</h2> | |
<td> scrape up the printer and window glass from the parking lot.</td> | ||
</table> | ||
</div> | ||
</body> | ||
</html> | ||
<hr> | ||
|
||
<h2 style="text-align:center;">Known Issues</h2> | ||
<div class="left-content"> | ||
<p>Lines with multiple names can (but won't always) populate with the incorrect name identified as the action owner. It appears that enclosing the correct name with parentheses ( ) can work around this issue.</p> | ||
<p> Send screenshots or snips of found errors to <a href="mailto: [email protected]">[email protected]</a> or add to the <a href="https://github.com/CherrelleTucker/snwg-automation/issues/42" target="GitHub Issue">GitHub Issue.</a> Include Attendees list, the paragraph in which your action item is listed, and the action item as it was generated.</p> | ||
</div> | ||
</body> | ||
</html> |