Skip to content

Commit

Permalink
Experiment with different types of markdown
Browse files Browse the repository at this point in the history
Table on github pages is not displaying correctly even though
the preview on markdown is accurate.

This is most likely due to the markdown to HTML conversion
  • Loading branch information
phiphi-tan committed Sep 23, 2023
1 parent 821d11f commit b7f99de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ Saved items (if found) will be loaded up upon loading the program
## Feature Summary
| Action | Format |
| --- | --- |
| Viewing task list: <code>list</code> | <code>list</code> |


| Viewing task list: {::nomarkdown}<code>list</code>{:/} | {::nomarkdown}<code>list</code>{:/} |
|---|---|

| Viewing in-app user guide: <code>help</code> | <code>help</code> |
| Adding a To-do task: <code>todo</code> | <code>todo TASK_NAME</code> |
| Adding a Deadline task: <code>deadline</code> | <code>deadline TASK_NAME /by [deadline]</code> |
Expand Down

0 comments on commit b7f99de

Please sign in to comment.