Including Markdown files
You can include Markdown files into your current Markdown file for normal processing using the << >>
directive enclosing the required file path. The path must be relative to the current .md
source file—absolute paths should not be used. The << >>
directive is a block directive and so must appear on a line by itself.
For example, if the current file en/time-travel/example.md
wants to include file en/time-travel/_samples/_sample.md
, it would specify:
Project: /integration-tests/_project.yaml
Book: /integration-tests/_book.yaml
robots: noindex
# Included Sample Markdown files
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-07 UTC."],[],[]]