Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
render:
runs-on: ubuntu-latest
container:
image: ghcr.io/trustedcomputinggroup/pandoc:0.8.1
image: ghcr.io/trustedcomputinggroup/pandoc:0.8.2
name: Render PDF
steps:
- name: Checkout
Expand All @@ -21,7 +21,6 @@ jobs:
- name: Render
uses: trustedcomputinggroup/markdown@v0.4.2
with:
extra-build-options: "--gitstatus --plain_quotes"
input-md: spec.md
output-pdf: spec.pdf
output-docx: spec.docx
Expand Down
36 changes: 27 additions & 9 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ comment_, it can be considered a _normative statement_.
EXAMPLE:

::: Informative :::
> This is the first paragraph of 1–n paragraphs containing text of the kind
> informative comment ...
>
> This is the second paragraph of text of the kind informative comment ...
>
> This is the nth paragraph of text of the kind informative comment ...
>
> To understand the TCG specification, the user must read the specification.
> (This use of MUST does not require any action).
This is the first paragraph of 1–n paragraphs containing text of the kind
informative comment ...

This is the second paragraph of text of the kind informative comment ...

This is the nth paragraph of text of the kind informative comment ...

To understand the TCG specification, the user must read the specification.
(This use of MUST does not require any action).
:::::::::::::::::::

---
Expand All @@ -89,3 +89,21 @@ EXAMPLE:
\listoftables

---

# Checklist for users of this template

* Ensure the repository is set to private
* Add the correct GitHub team(s) to Collaborators* Add TCGadmin to Admin
* Add a branch protection rule on `main`
* Require a pull request before merging
* Require approvals
* Do not allow bypassing the above settings
* (Optional) Require review from Code Owners (Requires setting up CODEOWNERS file)
* (Optional) rename spec.md and update all references in `actions.yml`
* Check for newer [pandoc](https://github.com/trustedcomputinggroup/pandoc) and
[markdown](https://github.com/trustedcomputinggroup/markdown) action versions
for `actions.yml`
* Update the document title and type in the YAML front matter
* For GUIDANCE or REFERENCE docs, add `template: bluetop`
* (Optional) Do an initial release to set baseline version (e.g., if migrating
from an existing Word doc).