Skip to content

Commit

Permalink
Better markdown rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Oct 27, 2024
1 parent 8048a37 commit 9786787
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotfiles/nvim/.config/nvim/lua/plugins/render-markdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return {
},
win_options = {
conceallevel = {
rendered = 0,
rendered = 1,
},
},
},
Expand Down
19 changes: 18 additions & 1 deletion test/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ Todos
> quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
> consequat.
## Callouts

> [!NOTE]
> This is a note
> [!TIP]
> This is a tip
> [!IMPORTANT]
> This is important
> [!WARNING]
> This is a warning
> [!CAUTION]
> This is a caution
## Definitions

Long line definitions
Expand Down Expand Up @@ -166,4 +183,4 @@ const myGlobal = [];

♻️ refactor

️o

0 comments on commit 9786787

Please sign in to comment.