Skip to content

Commit

Permalink
Mod sublist indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed Jun 11, 2024
1 parent a2e8565 commit 3985bc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _posts/2024-06-10-phylo-vis.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ You can install the plugin from: [github.com/echinopscis/obsidian-phylotree-plug

1. Switch page to edit mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>)
2. Define a newick format code block with a simple tree:
<pre>
```newick
(A,B,(C,D)E)F;
```
</pre>
<pre>
```newick
(A,B,(C,D)E)F;
```
</pre>
3. Switch back to view mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>) to see the tree rendered

## Get in touch
Expand Down

0 comments on commit 3985bc1

Please sign in to comment.