Added heading to ELCode tags
SVN revision: 1637
This commit is contained in:
@@ -90,3 +90,11 @@ function queryURL(text)
|
||||
linkURL = prompt(linkURL_prompt, 'http://');
|
||||
elcode1(text, 'URL', linkURL, linkText);
|
||||
}
|
||||
|
||||
function queryHeading(text)
|
||||
{
|
||||
selection = getSelection(text);
|
||||
heading = prompt(linkHeading_prompt, '');
|
||||
tag = 'H' + heading;
|
||||
elcode1(text, tag, '', selection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user