For example I would like to be able to add dynamically changing links or text to the html output generated using publish e.g.
for i = 1 : 3
%% [ Header number num2str( i ) ]
% some content
end
The only means to pass textutal information to the output html file appears to be via the rather limited markup script or using the disp command. Are there plans to add greater flexibility for controlling output when publishing?
Best wishes,
John
0 Comments
Sign in to comment.