alignmentToStyle.put("=","text-align: center;");
alignmentToStyle.put("<>","text-align: justify;");
}
public static Attributes configureAttributes(Attributes attributes, Matcher matcher, int offset,boolean block) {
return configureAttributes(new MatcherAdaper(matcher),attributes, offset,block);
}