Symbitic / remark-plugins

Remark plugins for Markbook
MIT License
14 stars 7 forks source link

Bug: Multiple definitions add a trailing backward slash #21

Open ManasMadrecha opened 3 years ago

ManasMadrecha commented 3 years ago

Setup for markdown

  1. Nuxt + its Content module
  2. Other remark plugins used: remark-breaks, remark-autolink-headings, remark-external-links, @silvenon/remark-smartypants

Reproduction

This is an example of multiple definitions for a single term.

Indent

: (*noun*) A whitespace to align text in a beautiful way.
: (*verb*) To add whitespace to make ugly code beautiful.

What is happening

image