Hacker News new | ask | show | jobs
by jefftk 1217 days ago
That's a bit of a weird use of WYSIWYG, which is usually used to mean that you can't see the metadata. For example, imagine you're editing a WYSIWYG document and enter:

    A
    Ctrl+I
    Enter
    Ctrl+I
    B
This will look like:

    A

    B
If you later start typing on that intermediate line, though, your text will be in italics. This is what users expect, and is in contrast to outting a little "italics" markup symbol on the line, as people did pre-WYSIWYG or do today in Markdown, HTML, and other markup languages.