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
So what is happening is I'm trying to create a macro that will fill in relative links to other pages on our internal wiki.
It currently 'works' however it will fill all instances of the macro with the value that it first finds. I assume there is some hashmap in the program that is being populated with only one value?
I tried to have a look but I don't know go... anyway here is an example could you take a look and point me in the right direction in the codebase?
So what is happening is I'm trying to create a macro that will fill in relative links to other pages on our internal wiki.
It currently 'works' however it will fill all instances of the macro with the value that it first finds. I assume there is some hashmap in the program that is being populated with only one value?
I tried to have a look but I don't know go... anyway here is an example could you take a look and point me in the right direction in the codebase?
The template:
The macro:
The input:
The output:
The text was updated successfully, but these errors were encountered: