i want somehow in echo function to display html contents in terminal
just simple hello to be bold in following example
$("#tm").terminal(function (command, term) {
term.echo('<b>Hello</b> '+command);
}
I really don;t know how it is feasible, but there should be some option to assign it html contents in string.