Parser treats * and + lists as - list
See original GitHub issueDescription
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
- Write list with
*
or+
and type some text - 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:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top 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 >
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 Free
Top 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
@fxha haha, Then set my plan above?
You already written the “hack” 😄