Lines Matching refs:markup

134     var markup = {
201 markup['temp_u'] = "CKGE_TMP_u";
202 markup['temp_strong'] = "CKGE_TMP_strong";
203 markup['temp_em'] = "CKGE_TMP_em";
204 markup['temp_i'] = "CKGE_TMP_i";
205 markup['temp_b'] = "CKGE_TMP_b";
206 markup['temp_del'] = "CKGE_TMP_del";
207 markup['temp_strike'] = "CKGE_TMP_strike";
208 markup['temp_code'] = "CKGE_TMP_code";
209 markup['temp_sup'] = "CKGE_TMP_sup";
210 markup['temp_csup'] = "CKGE_TMP_csup";
211 markup['temp_sub'] = "CKGE_TMP_sub";
212 markup['temp_csub'] = "CKGE_TMP_csub";
213 markup['temp_del'] = "CKGE_TMP_del";
214 markup['temp_cdel'] = "CKGE_TMP_cdel";
215 markup['temp_strike'] = "CKGE_TMP_del";
216 markup['temp_cstrike'] = "CKGE_TMP_cdel";
217 markup['temp_s'] = "CKGE_TMP_del";
218 markup['temp_cs'] = "CKGE_TMP_cdel";
235 markup['blank'] = "";
236 markup['fn_start'] = '((';
237 markup['fn_end'] = '))';
238 markup['row_span'] = ":::";
239 markup['p_insert'] = '_PARA__TABLE_INS_';
240 markup['format_space'] = '_FORMAT_SPACE_';
241 markup['pre_td'] = '<'; //removes newline from before < which corrupts table
276 var HTMLParserParaInsert = markup['p_insert'];
368 if (markup[tag]) {
376 results += markup[t];
395 if (this.list_started) this.prev_li.push(markup['li']);
396 markup['li'] = markup[tag];
400 markup['li'] = "";
1053 if (format_chars[tag]) results += markup[tag];
1085 if (this.prev_list_level > 0 && markup['li'] == markup['ol']) {
1108 results += markup['img'];
1128 results += markup[tag]; // Set tag
1132 results += markup['row_span'] + ' | ';
1183 } // if markup tag
1193 results += markup[t];
1207 if (!markup[tag]) return;
1277 if (tag == 'code' && !this.list_started) { // empty code markup corrupts results
1284 // if local image without link content, as in <a . . .></a>, delete link markup
1297 markup['li'] = this.prev_li.pop();
1327 tag = markup[tag];
1340 tag = '|' + markup['row_span'] + "|\n";
1350 if (markup['li']) {
1368 results += markup['format_space'];
1369 HTMLParser_FORMAT_SPACE = markup['format_space'];
1396 var fmt = markup[this.link_formats[i]];
1398 start_format += markup[this.link_formats[i]];
1519 /* remove space between link end markup and following punctuation */
1867 // remove any empty footnote markup left after section re-edits