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.

Parser treats * and + lists as - list

See original GitHub issue

Description

Mark Text converts * and + lists into - lists. I think this is a parser/html to markdown parser bug, because CommonMark and GFM support *, - and + lists.

Steps to reproduce

  1. Write list with * or + and type some text
  2. go to source code mode

Expected behavior: [What you expected to happen]

* foo

or

+ foo

Actual behavior: [What actually happened]

- foo

Versions

  • Mark Text: v0.10.21

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Jocscommented, May 5, 2018

@fxha haha, Then set my plan above?

If the user open an existed markdown file, we save the marker of each list into the block.

0reactions
fxhacommented, May 5, 2018

How to to this hack?

You already written the “hack” 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ocaml function parsing list of lists
I am trying to build a function in Ocaml which parses a list of lists, eg from [[0;1];[3;4;8]] to [0;1;3;4;8]. I tried to...
Read more >
argparse — Parser for command-line options, arguments and ...
For a more gentle introduction to Python command-line parsing, ... parents - A list of ArgumentParser objects whose arguments should also be included....
Read more >
Improve list parsing command
Improve list parsing command · Special treatment for single item lists · Treat first and last list item other than the mid ones...
Read more >
List Manipulation - Bioconnector
This workshop will introduce students to the motivations and techniques for storing and parsing list objects in R. Some familiarity with R will...
Read more >
Issue parsing lists with Gooey #183
I have the following code import argparse from gooey import Gooey, GooeyParser def get_args(): """Get CLI arguments and options""" parser ...
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