Skip to content

Commit

Permalink
Supporting fix of DoccZz/DocCArchive#2
Browse files Browse the repository at this point in the history
  • Loading branch information
edudnyk committed Oct 2, 2021
1 parent 394074b commit 99c3ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/DocCHTMLExporter/HTML/InlineContentHTML.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ extension DocCArchive.InlineContent {

case .emphasis(let value):
return "<em>" + value.generateHTML(in: ctx) + "</em>"

case .strong(let value):
return "<strong>" + value.generateHTML(in: ctx) + "</strong>"
case .reference(let identifier, let isActive,
_ /* let overridingTitle */,
_ /* let overridingTitleInlineContent */):
Expand Down

0 comments on commit 99c3ab1

Please sign in to comment.