←back to thread

193 points yaoke259 | 1 comments | | HN request time: 0.203s | source
Show context
archerx ◴[] No.45025033[source]
The lengths that people will go to just to not write HTML...
replies(3): >>45025377 #>>45026190 #>>45033807 #
codegladiator ◴[] No.45025377[source]
> ```markdown-ui-widget { "type": "button-group", "id": "plan", "label": "Plan", "choices": ["Brainstorm", "Review", "Launch"], "default": "Brainstorm" } ```

      markdown-ui-widget-html-version-long
      <button-group id=plan label=Plan choices="Brainstorm,Review,Launch" default=Brainstorm />
replies(2): >>45025392 #>>45026711 #
1. archerx ◴[] No.45026711[source]
That's not even valid HTML...