- setPegdownExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
-
- SMARTS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Pretty ellipses, dashes and apostrophes.
- SMARTYPANTS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
All of the smartypants prettyfications.
- STRIKETHROUGH - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Support ~~strikethroughs~~ as supported in Pandoc and Github.
- SUBSCRIPT - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
- SUPERSCRIPT - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
trace parsing elements to console
- SUPPRESS_ALL_HTML - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Suppresses HTML blocks as well as inline HTML tags.
- SUPPRESS_HTML_BLOCKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Suppresses HTML blocks.
- SUPPRESS_INLINE_HTML - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
-
Suppresses inline HTML tags.