Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix of issues #2 and #3 #4

Merged
merged 2 commits into from
Oct 2, 2021

Conversation

edudnyk
Copy link
Contributor

@edudnyk edudnyk commented Oct 2, 2021

No description provided.

Copy link
Contributor

@helje5 helje5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks a lot! Could you make the minor formatting fix?

@@ -27,6 +28,7 @@ extension DocCArchive.DocCSchema_0_1 {
return "\(id)\(isActive ? "" : "-inactive")"
case .image (let id) : return "<img \(id)>"
case .emphasis (let content) : return "*\(content)*"
case .strong (let content) : return "**\(content)**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please align the colons? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants