Skip to content

Commit

Permalink
Merge pull request #1888 from mateuszbartosik/RDoc-2546
Browse files Browse the repository at this point in the history
RDoc-2546 Rename .code-example to .content-frame
  • Loading branch information
ppekrol committed Aug 19, 2024
2 parents 978d696 + 64d8a8a commit ded2f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private static string GenerateCodeExample(string title, string content)
content = NormalizeContent(content);

var builder = new StringBuilder();
builder.AppendLine("<div class='code-example'>");
builder.AppendLine("<div class='content-frame'>");
if (string.IsNullOrWhiteSpace(title) == false)
builder.AppendLine($"<h4>{title}</h4>");

Expand Down

0 comments on commit ded2f49

Please sign in to comment.