What happened?
The data import from notes.ietf.org is a great addition, thanks for that.
Trying it out, I still had to resort to the old process (menu / download /Raw HTML, upload resulting file) because of some issues with the rendering, where apparently the notes server and the data tracker use subtly different variations of Markdown. (Biting my tongue not to start into a longer rant on that topic in general).
Concrete issues are:
- Indentation levels of bullet lists are ignored. This may be due to the precise number of spaces used, but 4 spaces is what a tab in the notes editor expands to. In the imported preview, they all show up in a single
<ul>.
- A horizontal line (
---) gets expanded to a literal <hr /> in the data tracker (maybe an overzealous HTML sanitizer?)
- Dead things-that-look-like-links (eg.
[CB]: Carsten Bormann on a line of its own, maybe also footnotes) do not get rendered. I'm not sure what any Markdown spec says on them, the behavior might be OK -- we started using these when in some version of the minutes tool, having such links resulted in every occurrence of CB being rendered as <abbr title="Carsten Bormann">CB</abbr> (or whatever the precise HTML is), which is useful for minutes. (This issue is primarily about the discrepancy with notes though, which renders all these as separate lines).
The CBOR group's latest minutes at https://notes.ietf.org/notes-ietf-interim-2022-cbor-06-cbor?both provide examples.
What browser(s) are you seeing the problem on?
Firefox
Code of Conduct
What happened?
The data import from notes.ietf.org is a great addition, thanks for that.
Trying it out, I still had to resort to the old process (menu / download /Raw HTML, upload resulting file) because of some issues with the rendering, where apparently the notes server and the data tracker use subtly different variations of Markdown. (Biting my tongue not to start into a longer rant on that topic in general).
Concrete issues are:
<ul>.---) gets expanded to a literal<hr />in the data tracker (maybe an overzealous HTML sanitizer?)[CB]: Carsten Bormannon a line of its own, maybe also footnotes) do not get rendered. I'm not sure what any Markdown spec says on them, the behavior might be OK -- we started using these when in some version of the minutes tool, having such links resulted in every occurrence ofCBbeing rendered as<abbr title="Carsten Bormann">CB</abbr>(or whatever the precise HTML is), which is useful for minutes. (This issue is primarily about the discrepancy with notes though, which renders all these as separate lines).The CBOR group's latest minutes at https://notes.ietf.org/notes-ietf-interim-2022-cbor-06-cbor?both provide examples.
What browser(s) are you seeing the problem on?
Firefox
Code of Conduct