commonmark / commonmark-spec

CommonMark spec, with reference implementations in C and JavaScript
http://commonmark.org
Other
4.89k stars 317 forks source link

Fix unicode symbols example in emphasis syntax #755

Closed rhysd closed 1 year ago

rhysd commented 1 year ago

If my understanding is correct, these unicode symbols should be rendered as-is. But the spec converts all symbols to $.

wooorm commented 1 year ago

Whoops yeah, you are correct, this is my mistake in https://github.com/commonmark/commonmark-spec/pull/739!