Package com.vladsch.flexmark.formatter
Interface TranslationPlaceholderGenerator
public interface TranslationPlaceholderGenerator
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getPlaceholder
(int index) Return a placeholder for given translation span index
-
Method Details
-
getPlaceholder
Return a placeholder for given translation span index- Parameters:
index
- 1..N, make sure it is unique within this customizer, default format and within other customizers (huh?)- Returns:
- string for the placeholder
-