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 alignment documentation & enable HTML in docs #1900

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

Caellian
Copy link
Collaborator

@Caellian Caellian commented May 4, 2024

Fix alignment documentation:

  • while it renders fine on the web, it's stripped from man pages. Inline HTML renders fine in some cases, but tables don't.

There's no unified (remark) plugin that works well with headerless tables pandoc supports as well, so the only way to achieve a similar effect is to leave header cells empty.

Fixes #1887.

Fix alignment documentation:
- while it renders fine on the web, it's stripped from man pages.
  Inline HTML renders fine in some cases, but tables don't.

There's no unified (remark) plugin that works well with headerless
tables pandoc supports as well, so the only way to achieve a similar
effect is to leave header cells empty.

Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
@github-actions github-actions bot added documentation Issue or PR that suggests documentation improvements web Issue or PR related to documentation website dependencies Issue or PR that affects dependencies build system Issues and PRs related to build system (CMake) and process labels May 4, 2024
Copy link

netlify bot commented May 4, 2024

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 54d04ae
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6636ad855c8e810008ea4f5c
😎 Deploy Preview https://deploy-preview-1900--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Caellian Caellian changed the title Enable use of HTML in docs Fix alignment documentation & enable HTML in docs May 4, 2024
@Caellian Caellian merged commit f5b7106 into main May 6, 2024
11 checks passed
@Caellian Caellian deleted the fix/html-in-docs branch May 6, 2024 18:51
@brndnmtthws brndnmtthws added the bug Bug report or bug fix PR label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report or bug fix PR build system Issues and PRs related to build system (CMake) and process dependencies Issue or PR that affects dependencies documentation Issue or PR that suggests documentation improvements web Issue or PR related to documentation website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include HTML in docs markdown (fix alignment)
2 participants