Skip to content

Fix alignment documentation & enable HTML in docs#1900

Merged
Caellian merged 1 commit intomainfrom
fix/html-in-docs
May 6, 2024
Merged

Fix alignment documentation & enable HTML in docs#1900
Caellian merged 1 commit intomainfrom
fix/html-in-docs

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 <[email protected]>
@github-actions github-actions bot added documentation suggests documentation changes or improvements web related to documentation website dependencies adds or removes dependencies, or suggests alternatives build system related to build system (CMake) and/or building process/assumptions labels May 4, 2024
@netlify
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
@Caellian Caellian deleted the fix/html-in-docs branch May 6, 2024 18:51
@brndnmtthws brndnmtthws added the bug related to incorrect existing implementation of some functionality label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug related to incorrect existing implementation of some functionality build system related to build system (CMake) and/or building process/assumptions dependencies adds or removes dependencies, or suggests alternatives documentation suggests documentation changes or improvements web 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