There was an error while loading. Please reload this page.
1 parent 2b0551b commit bc591d3Copy full SHA for bc591d3
test/fixtures/should-work/input.md
@@ -1 +1 @@
1
-Some *emphasis*, **strongness**, and `code`.
+Some _emphasis_, **importance**, and `code`.
test/fixtures/should-work/output.json
@@ -126,7 +126,7 @@
126
"children": [
127
{
128
"type": "TextNode",
129
- "value": "strongness",
+ "value": "importance",
130
"position": {
131
"start": {
132
"line": 1,
0 commit comments