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

Tables not working upon serve, getting error from Frontmatter. #1732

Open
AlexSkeleton12 opened this issue Jan 20, 2025 · 0 comments
Open

Tables not working upon serve, getting error from Frontmatter. #1732

AlexSkeleton12 opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@AlexSkeleton12
Copy link

Describe the bug
I am getting this error when trying to serve Quartz.

Failed to process markdown `content/Historia 1b/1800-talet demokratisering/Demokratiseringen.md`: end of the stream or a document separator is expected (16:1)

 13 | 
 14 | ## Ideologierna
 15 | 
 16 | |Libralism|Konservatism|Socialism|
------^
 17 | |---------|------------|---------|
 18 | |            Liber = fri        ...
 
  13 | 
  14 | ## Ideologierna
  15 | 
  16 | |Libralism|Konservatism|Socialism|
 ------^
  17 | |---------|------------|---------|
  18 | |            Liber = fri        ...
     at Object.yaml [as parse] (../plugins/transformers/frontmatter.ts:55:35)
     at ../plugins/transformers/frontmatter.ts:52:30

To Reproduce
Make a table I suppose?
Or try using exactly what I've written:

## Ideologierna

|Libralism|Konservatism|Socialism|
|---------|------------|---------|
|            Liber = fri             |                 Conservare = besvara                 |       Socialis = kamratig        |
|         Upplysingsidéerna          | Bevara de gamla idealen, förendring ska ske långsamt | Ekonomisk jämlikhet och rättvisa |
|           Individualism            |       De olika klasserna har olika funktioner        |    Samarbete och samhörighet     |
|               Frihet               |      En stark statsmakt som tog hand om folket       |       Staten framför allt        |
|        Ekonomisk konkurrens        |                        Eliten                        |    Statligt ansvar och ägande    |
| Åsikts- tryck- och föreningsfrihet |                                                      |            Klasskamp             |
|      Lite statligt ingripande      |                                                      |             Arbetare             |
|            Medelklassen            |                                                      |                                  |

Expected behavior
Quartz would serve the project.

Desktop (please complete the following information):

  • Quartz Version: 4.4.0
  • node Version: 22.13.0
  • npm version: 11.0.0
  • OS: macOS 14.6.1
  • Browser: Chrome
@AlexSkeleton12 AlexSkeleton12 added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant