Skip to content

Commit

Permalink
Config Doc - Enforce a new line after ol/ul
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 25, 2024
1 parent 10ddc12 commit c4ba187
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ private static void htmlToAsciidoc(StringBuilder sb, Node node, boolean inlineMa
newLine(sb);
htmlToAsciidoc(sb, childNode, inlineMacroMode, context);
newLine(sb);
newLine(sb);
break;
case LIST_ITEM_NODE:
final String marker = childNode.parentNode().nodeName().equals(ORDERED_LIST_NODE)
Expand Down

0 comments on commit c4ba187

Please sign in to comment.