mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-28 15:56:31 +00:00
fix: disable creole for file listing
https://github.com/plantuml/plantuml/issues/1448#issuecomment-1820720969
This commit is contained in:
parent
a98d8ccdd5
commit
bcb3b92dbc
@ -135,7 +135,7 @@ public class FEntry implements Iterable<FEntry> {
|
|||||||
return createOpale();
|
return createOpale();
|
||||||
|
|
||||||
final Display display = Display.getWithNewlines(getEmoticon() + getName());
|
final Display display = Display.getWithNewlines(getEmoticon() + getName());
|
||||||
TextBlock result = display.create(fontConfiguration, HorizontalAlignment.LEFT, skinParam);
|
TextBlock result = display.create7(fontConfiguration, HorizontalAlignment.LEFT, skinParam, CreoleMode.NO_CREOLE);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user