Lines Matching refs:markup

123     var markup = { 'b': '**', 'i':'//', 'em': '//', 'u': '__', 'br':line_break, 'strike': '<del>',
138 markup['temp_u'] = "CKGE_TMP_u";
139 markup['temp_strong'] = "CKGE_TMP_strong";
140 markup['temp_em'] = "CKGE_TMP_em";
141 markup['temp_i'] = "CKGE_TMP_i";
142 markup['temp_b'] = "CKGE_TMP_b";
143 markup['temp_del'] = "CKGE_TMP_del";
144 markup['temp_strike'] = "CKGE_TMP_strike";
145 markup['temp_code'] = "CKGE_TMP_code";
146 markup['temp_sup'] = "CKGE_TMP_sup";
147 markup['temp_csup'] = "CKGE_TMP_csup";
148 markup['temp_sub'] = "CKGE_TMP_sub";
149 markup['temp_csub'] = "CKGE_TMP_csub";
150 markup['temp_del'] = "CKGE_TMP_del";
151 markup['temp_cdel'] = "CKGE_TMP_cdel";
152 markup['temp_strike'] = "CKGE_TMP_del";
153 markup['temp_cstrike'] = "CKGE_TMP_cdel";
154 markup['temp_s'] = "CKGE_TMP_del";
155 markup['temp_cs'] = "CKGE_TMP_cdel";
160 markup['blank'] = "";
161 markup['fn_start'] = '((';
162 markup['fn_end'] = '))';
163 markup['row_span'] = ":::";
164 markup['p_insert'] = '_PARA__TABLE_INS_';
165 markup['format_space'] = '_FORMAT_SPACE_';
166 markup['pre_td'] = '<'; //removes newline from before < which corrupts table
189 var HTMLParserParaInsert = markup['p_insert'];
284 if(markup[tag]) {
292 results += markup[t];
307 if(this.list_started) this.prev_li.push(markup['li']) ;
308 markup['li'] = markup[tag];
313 markup['li'] = "";
1015 if(format_chars[tag]) results += markup[tag];
1046 if(this.prev_list_level > 0 && markup['li'] == markup['ol']) {
1073 results += markup['img'];
1094 results += markup[tag]; // Set tag
1098 results += markup['row_span'] + ' | ';
1157 } // if markup tag
1168 results += markup[t] ;
1183 if(!markup[tag]) return;
1255 if(tag == 'code' && ! this.list_started) { // empty code markup corrupts results
1264 // if local image without link content, as in <a . . .></a>, delete link markup
1277 markup['li']= this.prev_li.pop();
1317 tag = markup[tag];
1330 tag = '|' + markup['row_span'] + "|\n";
1343 if(markup['li']) {
1359 results += markup['format_space'];
1360 HTMLParser_FORMAT_SPACE = markup['format_space'];
1388 var fmt = markup[this.link_formats[i]];
1390 start_format += markup[this.link_formats[i]];
1514 /* remove space between link end markup and following punctuation */
1861 // remove any empty footnote markup left after section re-edits