Skip to content

Commit

Permalink
fix(tags): make new tags work with updated neorg help document (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 1, 2023
1 parent 36e78ca commit 3f946f8
Showing 1 changed file with 25 additions and 33 deletions.
58 changes: 25 additions & 33 deletions doc/tags
Original file line number Diff line number Diff line change
@@ -1,38 +1,30 @@
neorg neorg.norg /* The `.norg` file-format
neorg-advanced-markup neorg.norg / ** Advanced markup
neorg-anchors neorg.norg / *** Anchors
neorg-basic-markup neorg.norg / ** Basic Markup
neorg-advanced-markup neorg.norg /** Advanced Markup
neorg-anchors neorg.norg /*** Anchors
neorg-basic-markup neorg.norg /** Basic Markup
neorg-breaking-changes breaking-changes.norg /*NOTE:
neorg-carryover-tags neorg.norg / *** Carryover
neorg-code-blocks neorg.norg / *** Code Blocks
neorg-comments neorg.norg / *** Comments
neorg-continuation neorg.norg / *** Object continuation
neorg-data-tags neorg.norg / ** Data Tags
neorg-definitions neorg.norg / ** Definitions
neorg-footnotes neorg.norg / ** Footnotes
neorg-headings neorg.norg / *** Headings
neorg-indentation-reversal neorg.norg / ***** Indentation reversion
neorg-insertions neorg.norg / *** Insertions
neorg-link-descriptions neorg.norg / *** Custom link text
neorg-link-examples neorg.norg / *** Examples
neorg-link-lists neorg.norg / *** Link Lists
neorg-link-locations neorg.norg / *** Pure link location
neorg-link-modifier neorg.norg / *** The Link modifier
neorg-link-targets neorg.norg / *** Link Targets
neorg-links neorg.norg / ** Links
neorg-markers neorg.norg / ** Markers
neorg-math neorg.norg / *** Math
neorg-media neorg.norg / *** Media
neorg-name-tag neorg.norg / *** Name
neorg-nested-markup neorg.norg / *** Nested markup
neorg-nesting neorg.norg / ** Things which you can nest
neorg-ordered-lists neorg.norg / *** Ordered lists
neorg-ordered-tag neorg.norg / *** List ordering
neorg-quotes neorg.norg / *** Quotes
neorg-roadmap roadmap.norg /* The Neorg Roadmap
neorg-tasks neorg.norg / *** Tasks
neorg-unordered-lists neorg.norg / *** Unordered lists
neorg-variables neorg.norg / *** Variables
neorg-carryover-tags neorg.norg /*** Carryover
neorg-code-blocks neorg.norg /*** Code Blocks
neorg-data-tags neorg.norg /** Data Tags
neorg-definitions neorg.norg /** Definitions
neorg-footnotes neorg.norg /** Footnotes
neorg-headings neorg.norg /*** Headings
neorg-indentation-reversal neorg.norg /***** Indentation reversion
neorg-link-descriptions neorg.norg /*** Custom link text
neorg-link-examples neorg.norg /*** Examples
neorg-link-locations neorg.norg /*** Pure link location
neorg-link-modifier neorg.norg /*** The Link modifier
neorg-link-targets neorg.norg /*** Link Targets
neorg-links neorg.norg /** Links
neorg-math neorg.norg /*** Math
neorg-media neorg.norg /*** Media
neorg-name-tag neorg.norg /*** Name
neorg-nested-markup neorg.norg /*** Nested markup
neorg-ordered-lists neorg.norg /*** Ordered lists
neorg-quotes neorg.norg /*** Quotes
neorg-tasks neorg.norg /*** Tasks
neorg-unordered-lists neorg.norg /*** Unordered lists
neorg-variables neorg.norg /*** Variables

neorg-cheatsheet cheatsheet.norg /* Your Quick Neorg Guide
neorg-cheatsheet-headings cheatsheet.norg /** Headings
Expand Down

0 comments on commit 3f946f8

Please sign in to comment.