`blog` example has uneven markdown tags.
See original GitHub issueVerify 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:
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
yarn create next-app --example blog blog-example
cd blog-example
yarn dev
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I still believe it is a problem with my system, so I will close this until I’m able to reproduce on other systems.
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.