question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`blog` example has uneven markdown tags.

See original GitHub issue

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
  Platform: linux
  Arch: x64
  Version: #1 SMP PREEMPT_DYNAMIC Thu, 07 Jul 2022 17:18:13 +0000
Binaries:
  Node: 18.5.0
  npm: 8.13.2
  Yarn: 1.22.19
  pnpm: N/A
Relevant packages:
  next: 12.2.2
  eslint-config-next: N/A
  react: 18.2.0
  react-dom: 18.2.0

Which example does this report relate to?

blog

What browser are you using? (if relevant)

Mozilla Firefox 102.0.1

How are you deploying your application? (if relevant)

next dev

Describe the Bug

I am sort of a beginner at Javascript/Typescript, so I’m not completely sure where the problem is coming from in terms of templates. If you need any more information, please let me know.

Here is one of the 12 errors:

image

The example posts within the blog folder contain uneven tags, such as the following:

[tag].mdx:

type: tag
title: Tagged Posts

vs

markdown.md:

title: Markdown Examples
date: 2021/3/19
description: View examples of all possible Markdown options.
tag: web development
author: You

Expected Behavior

I expected the site to start normally without errors.

To Reproduce

  1. yarn create next-app --example blog blog-example
  2. cd blog-example
  3. yarn dev

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Xithriuscommented, Jul 15, 2022

I still believe it is a problem with my system, so I will close this until I’m able to reproduce on other systems.

0reactions
github-actions[bot]commented, Aug 14, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Your Manual to Markdown, the Web's Simplest Plain-Text Syntax
Markdown was created in 2004 by John Gruber and Aaron Swartz as a way to format text for the web using simple characters...
Read more >
only allow limited set of tags · Issue #582 · markdown ... - GitHub
I'd like to allow users to have a very limited set of markdown formatting options. Can I specify an explicit set of whitelisted...
Read more >
How I Built my Blog using MDX, Next.js, and React
I have a couple different options for that on this blog. Many Markdown processors allows us to create code samples with triple backticks...
Read more >
Markdown reference for Microsoft Learn - Contributor guide
This article provides an alphabetical reference for writing Markdown for Microsoft Learn. Markdown is a lightweight markup language with plain ...
Read more >
The Future of Markdown - Coding Horror
Markdown is not a markup language. It is “a plain text formatting syntax” (and a software tool). The idea is that you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found