rd2qmd
A fast Rd to (Quarto) Markdown converter written in Rust, with intelligent link resolution.
파일 탐색기
- devcontainer.json
- check.yml
- publish-crate.yml
- release.yml
- dependabot.yml
- benchmark.rs
- rd2qmd.schema.json
- convert.rs
- index.rs
- init.rs
- mod.rs
- parse.rs
- cli.rs
- config.rs
- config_merge.rs
- main.rs
- tests.rs
- arguments_rich.Rd
- conditionals.Rd
- describe_code_blocks.Rd
- example_control.Rd
- examplesif.Rd
- formatting.Rd
- issue_54.Rd
- methods.Rd
- roxygen_code_blocks.Rd
- simple.Rd
- tags.Rd
- with_links.Rd
- integration__arguments_rich_grid_table.snap
- integration__arguments_rich_list.snap
- integration__arguments_rich_list_table.snap
- integration__arguments_rich_pipe_table.snap
- integration__conditionals_default.snap
- integration__conditionals_include_html.snap
- integration__describe_code_blocks_qmd.snap
- integration__directory_files.snap
- integration__directory_pipe_table_simple.snap
- integration__example_control_qmd.snap
- integration__examplesif_md.snap
- integration__examplesif_qmd.snap
- integration__external_links_fallback_warning.snap
- integration__external_links_fallback_warning_no_external_link_url.snap
- integration__formatting_qmd.snap
- integration__init_config_toml.snap
- integration__init_schema_json.snap
- integration__issue_54_qmd.snap
- integration__methods_qmd.snap
- integration__roxygen_code_blocks_qmd.snap
- integration__simple_list.snap
- integration__simple_list_table.snap
- integration__simple_md.snap
- integration__simple_no_frontmatter.snap
- integration__simple_no_pagetitle.snap
- integration__simple_pipe_table.snap
- integration__simple_qmd.snap
- integration__tags_qmd.snap
- integration__with_links_custom_templates.snap
- integration__with_links_no_link_fallbacks.snap
- integration__with_links_qmd.snap
- integration.rs
- Cargo.toml
- markdown_text.rs
- mod.rs
- table_cell.rs
- tag_conversion.rs
- tests.rs
- assembly.rs
- code.rs
- document.rs
- inline.rs
- leaf_text.rs
- mod.rs
- roxygen.rs
- traversal.rs
- ast_io.rs
- lib.rs
- options.rs
- source_parse.rs
- Cargo.toml
- README.md
- rd2qmd_mdast__writer__tests__link_autolink.snap
- block.rs
- inline.rs
- mod.rs
- tests.rs
- lib.rs
- mdast.rs
- Cargo.toml
- README.md
- convert.rs
- converter.rs
- error.rs
- external_links.rs
- lib.rs
- package.rs
- tests.rs
- topic_index.rs
- Cargo.toml
- README.md
- lib.rs
- basic.Rd
- markdown_codeblock.Rd
- sections.Rd
- Cargo.toml
- README.md
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- dist-workspace.toml
- LICENSE.md
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo install
설명 보기 ▼
cargo install
Build and install a Rust binary.
cargo install {{package}}@{{version}}
Install a package from <https://crates.io> (the version is optional - latest by default):
cargo install --git {{repo_url}}
Install a package from the specified Git repository:
cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}
Build from the specified branch/tag/commit when installing from a Git repository:
cargo run
설명 보기 ▼
cargo run
Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.
cargo {{[r|run]}}
Run the default binary target:
cargo {{[r|run]}} --bin {{name}}
Run the specified binary:
cargo {{[r|run]}} --example {{name}}
Run the specified example:
convert
설명 보기 ▼
convert
이 명령어는 `magick convert`의 별칭.
참고: ImageMagick 7부터 이 별칭은 사용되지 않음. `magick`으로 대체됨.
7 이상 버전에서 이전 도구를 사용해야 하는 경우, `magick convert`를 사용해야 함.
tldr magick convert
원래 명령에 대한 문서 보기:
eqn
설명 보기 ▼
eqn
groff (GNU Troff) 문서 형식화 시스템용 방정식 전처리.
관련 항목: `troff`, `groff`.
더 많은 정보: <https://manned.org/eqn>.
eqn {{path/to/input.eqn}} > {{path/to/output.roff}}
방정식으로 입력을 처리하고, groff를 사용하여 향후 조판을 위해 출력을 PostScript에 저장:
eqn -T {{pdf}} {{path/to/input.eqn}} | groff -{{me}} -T {{pdf}} > {{path/to/output.pdf}}
매크로([me] macro) 패키지를 사용하여 방정식이 포함된 입력 파일을 PDF로 조판:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
link
설명 보기 ▼
link
기존 파일에 대한 하드 링크 생성.
더 많은 옵션은 `ln` 명령을 참조하세요.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html>.
link {{path/to/existing_file}} {{path/to/new_file}}
기존 파일에 새로운 파일로 하드 링크 생성:
powershell
설명 보기 ▼
powershell
이 명령은 `powershell` 대신 `pwsh`를 사용하는 크로스 플랫폼 버전의 PowerShell(이전에는 PowerShell Core로 알려짐)과 혼동될 수 있습니다.
Windows의 원본 `powershell` 명령은 레거시 Windows 버전의 PowerShell(버전 5.1 이하)을 사용하는 데 여전히 사용할 수 있습니다.
더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
tldr pwsh
최신 크로스 플랫폼 버전의 PowerShell(버전 6 이상)의 명령에 대한 문서 보기:
powershell
대화형 쉘 세션 시작:
tldr powershell {{[-p|--platform]}} windows
레거시 Windows PowerShell(버전 5.1 이하)의 명령에 대한 문서 보기:
then
설명 보기 ▼
then
This shell keyword is used in combination with `if` and `elif` to separate branches and branch conditions.
tldr if
View documentation for `if` command:
