Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure list style #120

Open
purplebonsai opened this issue Aug 7, 2017 · 3 comments
Open

Configure list style #120

purplebonsai opened this issue Aug 7, 2017 · 3 comments

Comments

@purplebonsai
Copy link

purplebonsai commented Aug 7, 2017

Does mdp use any configuration file? I was wondering if it's possible to customize how mdp display content such as lists. Right now they are displayed like this

+- Item 1
+- Item 2
|    +- Item 2.1
|    +- Item 2.2
+- Item 3

I would like something like this

- Item 1
- Item 2
    - Item 2.1
    - Item 2.2
- Item 3
@visit1985 visit1985 changed the title Configuration Configure list style Aug 7, 2017
@visit1985
Copy link
Owner

Currently there is no way to influence that except changing the code and compiling it yourself.

@visit1985
Copy link
Owner

Actually, (after thinking about it for a while,) there is a way to fake it. You can create an uninterpreted list with stop signs in between:

\- Item 1
^
\- Item 2
^
\   - Item 2.1
^
\   - Item 2.2
^
\- Item 3

@purplebonsai purplebonsai changed the title Configure list style Configuration file Aug 8, 2017
@visit1985 visit1985 changed the title Configuration file Configure list style Jun 4, 2018
@jtrees
Copy link

jtrees commented Mar 8, 2022

I also wanted to ask for this. Currently I am using the described workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants