comparison: eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkdownProvider.html
eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkdownProvider.html
- branch
- maintenance
- changeset 8043
- 0acf98cd089a
- parent 7989
- a21d673a8f99
equal
deleted
inserted
replaced
297 |
297 |
298 <p> |
298 <p> |
299 Public method to indicate the availability of bold markup. |
299 Public method to indicate the availability of bold markup. |
300 </p> |
300 </p> |
301 <dl> |
301 <dl> |
302 <dt>Returns:</dt> |
302 <dt>Return:</dt> |
303 <dd> |
303 <dd> |
304 flag indicating the availability of bold markup |
304 flag indicating the availability of bold markup |
305 </dd> |
305 </dd> |
306 </dl> |
306 </dl> |
307 <dl> |
307 <dl> |
316 |
316 |
317 <p> |
317 <p> |
318 Public method to indicate the availability of bulleted list markup. |
318 Public method to indicate the availability of bulleted list markup. |
319 </p> |
319 </p> |
320 <dl> |
320 <dl> |
321 <dt>Returns:</dt> |
321 <dt>Return:</dt> |
322 <dd> |
322 <dd> |
323 flag indicating the availability of bulleted list markup |
323 flag indicating the availability of bulleted list markup |
324 </dd> |
324 </dd> |
325 </dl> |
325 </dl> |
326 <dl> |
326 <dl> |
335 |
335 |
336 <p> |
336 <p> |
337 Public method to indicate the availability of inline code markup. |
337 Public method to indicate the availability of inline code markup. |
338 </p> |
338 </p> |
339 <dl> |
339 <dl> |
340 <dt>Returns:</dt> |
340 <dt>Return:</dt> |
341 <dd> |
341 <dd> |
342 flag indicating the availability of inline code markup |
342 flag indicating the availability of inline code markup |
343 </dd> |
343 </dd> |
344 </dl> |
344 </dl> |
345 <dl> |
345 <dl> |
354 |
354 |
355 <p> |
355 <p> |
356 Public method to indicate the availability of code block markup. |
356 Public method to indicate the availability of code block markup. |
357 </p> |
357 </p> |
358 <dl> |
358 <dl> |
359 <dt>Returns:</dt> |
359 <dt>Return:</dt> |
360 <dd> |
360 <dd> |
361 flag indicating the availability of code block markup |
361 flag indicating the availability of code block markup |
362 </dd> |
362 </dd> |
363 </dl> |
363 </dl> |
364 <dl> |
364 <dl> |
373 |
373 |
374 <p> |
374 <p> |
375 Public method to indicate the availability of hyperlink markup. |
375 Public method to indicate the availability of hyperlink markup. |
376 </p> |
376 </p> |
377 <dl> |
377 <dl> |
378 <dt>Returns:</dt> |
378 <dt>Return:</dt> |
379 <dd> |
379 <dd> |
380 flag indicating the availability of hyperlink markup |
380 flag indicating the availability of hyperlink markup |
381 </dd> |
381 </dd> |
382 </dl> |
382 </dl> |
383 <dl> |
383 <dl> |
392 |
392 |
393 <p> |
393 <p> |
394 Public method to indicate the availability of image markup. |
394 Public method to indicate the availability of image markup. |
395 </p> |
395 </p> |
396 <dl> |
396 <dl> |
397 <dt>Returns:</dt> |
397 <dt>Return:</dt> |
398 <dd> |
398 <dd> |
399 flag indicating the availability of image markup |
399 flag indicating the availability of image markup |
400 </dd> |
400 </dd> |
401 </dl> |
401 </dl> |
402 <dl> |
402 <dl> |
411 |
411 |
412 <p> |
412 <p> |
413 Public method to indicate the availability of italic markup. |
413 Public method to indicate the availability of italic markup. |
414 </p> |
414 </p> |
415 <dl> |
415 <dl> |
416 <dt>Returns:</dt> |
416 <dt>Return:</dt> |
417 <dd> |
417 <dd> |
418 flag indicating the availability of italic markup |
418 flag indicating the availability of italic markup |
419 </dd> |
419 </dd> |
420 </dl> |
420 </dl> |
421 <dl> |
421 <dl> |
430 |
430 |
431 <p> |
431 <p> |
432 Public method to indicate the availability of a horizontal line markup. |
432 Public method to indicate the availability of a horizontal line markup. |
433 </p> |
433 </p> |
434 <dl> |
434 <dl> |
435 <dt>Returns:</dt> |
435 <dt>Return:</dt> |
436 <dd> |
436 <dd> |
437 flag indicating the availability of a horizontal line markup |
437 flag indicating the availability of a horizontal line markup |
438 </dd> |
438 </dd> |
439 </dl> |
439 </dl> |
440 <dl> |
440 <dl> |
449 |
449 |
450 <p> |
450 <p> |
451 Public method to indicate the availability of numbered list markup. |
451 Public method to indicate the availability of numbered list markup. |
452 </p> |
452 </p> |
453 <dl> |
453 <dl> |
454 <dt>Returns:</dt> |
454 <dt>Return:</dt> |
455 <dd> |
455 <dd> |
456 flag indicating the availability of numbered list markup |
456 flag indicating the availability of numbered list markup |
457 </dd> |
457 </dd> |
458 </dl> |
458 </dl> |
459 <dl> |
459 <dl> |
468 |
468 |
469 <p> |
469 <p> |
470 Public method to indicate the availability of block quote markup. |
470 Public method to indicate the availability of block quote markup. |
471 </p> |
471 </p> |
472 <dl> |
472 <dl> |
473 <dt>Returns:</dt> |
473 <dt>Return:</dt> |
474 <dd> |
474 <dd> |
475 flag indicating the availability of block quote markup |
475 flag indicating the availability of block quote markup |
476 </dd> |
476 </dd> |
477 </dl> |
477 </dl> |
478 <dl> |
478 <dl> |
487 |
487 |
488 <p> |
488 <p> |
489 Public method to indicate the availability of strikethrough markup. |
489 Public method to indicate the availability of strikethrough markup. |
490 </p> |
490 </p> |
491 <dl> |
491 <dl> |
492 <dt>Returns:</dt> |
492 <dt>Return:</dt> |
493 <dd> |
493 <dd> |
494 flag indicating the availability of strikethrough markup |
494 flag indicating the availability of strikethrough markup |
495 </dd> |
495 </dd> |
496 </dl> |
496 </dl> |
497 <dl> |
497 <dl> |
524 |
524 |
525 <p> |
525 <p> |
526 Public method to determine the available header levels. |
526 Public method to determine the available header levels. |
527 </p> |
527 </p> |
528 <dl> |
528 <dl> |
529 <dt>Returns:</dt> |
529 <dt>Return:</dt> |
530 <dd> |
530 <dd> |
531 supported header levels |
531 supported header levels |
532 </dd> |
532 </dd> |
533 </dl> |
533 </dl> |
534 <dl> |
534 <dl> |
585 |
585 |
586 <p> |
586 <p> |
587 Public method to get the markup kind. |
587 Public method to get the markup kind. |
588 </p> |
588 </p> |
589 <dl> |
589 <dl> |
590 <dt>Returns:</dt> |
590 <dt>Return:</dt> |
591 <dd> |
591 <dd> |
592 string with markup kind |
592 string with markup kind |
593 </dd> |
593 </dd> |
594 </dl> |
594 </dl> |
595 <dl> |
595 <dl> |

