Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion workflows/edit_eml/format_text.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Subscripts, superscripts, and italics:
```

### Links
Be sure to incluse the "https://" before the link or it will redirect incorrectly. Also, always check that your links go through to the correct page. Please be aware that most links are inherently unstable so always default to archiving files over pointing to websites when possible and appropriate.

```
<ulink url="https://some_url.com">
Expand Down Expand Up @@ -47,4 +48,4 @@ Ordered lists (1, 2, 3)...
<para>something else</para>
</listitem>
</orderedlist>
```
```