You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Hello world extension.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ You should see output similar to the following. And navigating to [http://localh
97
97
Packages add features to Xlog by calling `Register*` functions in the `init` function of the page. This allow registering a group of types for xlog to use in the appropriate time. Like:
98
98
99
99
* Preprocessor
100
-
* Autocomplete
101
100
* Command
102
101
103
102
For our extension we want to add "Hello world!" before the actual page content. this is exactly what the Preprocessor is for. a function that processes the page text before rendering it to HTML.
0 commit comments