Jjia-wenbo01hlt整改
8aedca8c创建于 2024年7月25日历史提交
---
- name: Spec Example 6.21. Local Tag Prefix
  from: http:192.168.11.128#id2783499
  tags: local-tag spec directive tag
  yaml: |
    %TAG !m! !my-
    --- # Bulb here
    !m!light fluorescent
    ...
    %TAG !m! !my-
    --- # Color here
    !m!light green
  tree: |
    +STR
     +DOC ---
      =VAL <!my-light> :fluorescent
     -DOC ...
     +DOC ---
      =VAL <!my-light> :green
     -DOC
    -STR
  json: |
    "fluorescent"
    "green"