node/test/fixtures/document_with_special_heading.md
Antoine du HAMEL d2c5e89165 tools,doc: allow page titles to contain inline code
Previously the HTML title would be cut to the first text node only.

PR-URL: https://github.com/nodejs/node/pull/35003
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
2020-09-03 06:36:03 -07:00

4 lines
152 B
Markdown

# Sample `markdown` with _special_ **heading**
Sometimes heading contains more than just one text child, the current file is
there to test just that.