Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

markdown: don't put superfluous spaces at the end of lines #2

Open
rohieb opened this issue Jan 4, 2017 · 0 comments
Open

markdown: don't put superfluous spaces at the end of lines #2

rohieb opened this issue Jan 4, 2017 · 0 comments

Comments

@rohieb
Copy link
Owner

rohieb commented Jan 4, 2017

Example:

* This is a nice list
* TODO(UID, person, Some TODO item, [
    * this item has a sub-item])

which renders to:

* This is a nice list
* __TODO person:__ Some To-Do item. 
    * this item has a sub-item

Note the additional space in the second line.

Maybe M4 can somehow test if the first character of the parameter is a white space, and then don't print the [dot][space] part at the end?

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

No branches or pull requests

1 participant