Giter Club home page Giter Club logo

Comments (3)

xoxys avatar xoxys commented on June 26, 2024 1

I would suggest to always use spaces instead of tabs, see https://github.com/DavidAnson/markdownlint/blob/v0.26.2/doc/Rules.md#md010

Besides that, there is as far as I know no way to control table rendering in the theme. This is fully controlled by the hugo markdown renderer. For this reason, I'm going to close this issue.

from hugo-geekdoc.

xoxys avatar xoxys commented on June 26, 2024

Cant reproduce. Can you please create a minimal example? In the best case, a public accessible git repository.

## Attributes

| Name            | Description                                      |
| --------------- | ------------------------------------------------ |
| size (optional) | size of the first column (small\|regular\|large) |

| Name            | Description                                      |
| --------------- | ------------------------------------------------ |
| size (optional) | size of the first column (small\|regular\|large) |

| Name            | Description                                      |
| --------------- | ------------------------------------------------ |
| size (optional) | size of the first column (small\|regular\|large) |

| Name            | Description                                      |
| --------------- | ------------------------------------------------ |
| size (optional) | size of the first column (small\|regular\|large) |

image

from hugo-geekdoc.

diizzyy avatar diizzyy commented on June 26, 2024

I found what's causing this issue.
If a table and columns share the same width in markdown the rendered position gets adjusted depending on amount of characters within the first row of cells.

| XXXXXX	| FooFooFooFo		|
|---------------|-----------------------|
| XXXXXXXXXX	| 10.0.10.1/24		|
| XXXXXXX	| 10.0.10.243		|
| XXXXXXXXX	| 10.0.10.245		|
| XXXXXX	| 10.0.10.253		|


| XXXXXX	| FooFooFooFo		|
|---------------|-----------------------|
| XXXXXXXXXXX	| 10.0.100.1/24		|
| XXXXXXX	| 10.0.100.90		|
| XXXXXXXXXXX	| 10.0.100.100		|
| XXXXXX	| 10.0.100.240		|

I guess that's not adjustable?

from hugo-geekdoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.