Skip to content

Fix Clang-doc post image paths #73

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/posts/2024-12-04-improve-clang-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Below is a comparison of the same output between the two backends


<div style="margin:0 auto;">
<img src="/img/Clang-Doc-old-html-output.png"><br/>
<img src="/img/clang-doc-old-html-output.png"><br/>
</div>

<div style="margin:0 auto;">
<img src="/img/Clang-Doc-new-output.png"><br/>
<img src="/img/clang-doc-new-output.png"><br/>
</div>

You can also visit the output project on my github.io page link
Expand Down