pull down to refresh

any bugz?

Well, when I write

- Point 1
  - Point 1.a
  - Point 1.b
- Point 2

and I go to compose and back to write, it becomes

* Point 1

  * Point 1.a
  * Point 1.b
* Point 2

which to me less aesthetic!

reply
101 sats \ 1 reply \ @sox 14h

yup https://github.com/stackernews/stacker.news/issues/2860

Our bi-directional pipeline allows for lossless structure translation, but it has its own opinions when it comes to markdown serialization.

We can probably store the markdown syntax style on each rich node, for example:

- Point 1
  - Point 1.a
  * Point 1.b
* Point 2

can be translated to these rich nodes:

ListItem
  - Text: Point 1
  - Markdown: DASH
	  - ListItem
	    - Text: Point 1.a
	    - Markdown: DASH
	  - ListItem
      - Text: Point 1.b
      - Markdown: STAR
ListItem
  - Text: Point 2
  - Markdown: STAR
reply
1 sat \ 0 replies \ @sox 14h

* this way, going back to write, we already know what marker style we need to use.

reply

you were too good

reply

lol, at this point i find bug workarounds myself or the bugz avoid me like they wud a messaiah; 😂

#enemadaze 👼
#enemadays 😈

reply
reply