Skip to content

Commit

Permalink
docs: help page more indent
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom committed Jan 11, 2025
1 parent e57d377 commit 5a57213
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/wiki/Cookbook.norg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
~ In your Neorg configuration:
@code lua
load = {
["core.integrations.image"] = {},
["core.integrations.image"] = {},
["core.latex.renderer"] = {},
}
@end
Expand Down
10 changes: 5 additions & 5 deletions doc/wiki/Tangling.norg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
lua: ./output.lua
haskell: my-haskell-file
}
delimiter: heading
delimiter: heading
scope: all
}
@end
Expand Down Expand Up @@ -157,10 +157,10 @@
|example
@document.meta
tangle: {
languages: {
lua: ./output.lua
}
scope: main
languages: {
lua: ./output.lua
}
scope: main
}
@end

Expand Down
20 changes: 10 additions & 10 deletions doc/wiki/Tutorial.norg
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,16 @@ Below I'll create an ordered list of stuff:

@code lua
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
},
},
},
load = {
["core.defaults"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
},
},
},
})
@end

Expand Down

0 comments on commit 5a57213

Please sign in to comment.