Mention correct wikilink syntax

Amolith created

Change summary

internal/server/silverbullet.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/server/silverbullet.md 🔗

@@ -105,4 +105,4 @@ end
 - Use `space.readRef("Page#Header")` to read specific sections
 - Use explicit variable binding in LIQ: `from p = ...` (not bare `from ...`)
 - Namespace your functions: `myPlugin = myPlugin or {}; function myPlugin.doThing() ... end`
-- Use `-- priority: N` comments to control script load order (higher = earlier)
+- Wiki-link syntax is `[[target|display]]` (not display|target), e.g. `[[tag:project|📌 project]]` shows "📌 project" linking to the tag:project virtual page