bit2r / bitPublish

Quarto extension for a template to publish a PDF book with LaTeX styling.
GNU General Public License v2.0
7 stars 2 forks source link

`custom_block()` 내부에 코드 청크가 들어가는 경우 오류가 생깁니다. #34

Open statkclee opened 1 year ago

statkclee commented 1 year ago
```{r}
#| echo: false
#| results: asis
custom_block('
쉘이 타이핑한 명령어 이름을 갖는 프로그램을 찾을 수 없는 경우,
다음과 같은 오류 메시지가 출력된다:

```bash
$ ls-F
-bash: ls-F: command not found

일반적으로 명령어를 잘못 타이핑했다는 의미가 된다 - 이 경우, ls-F 사이 공백을 빼먹어서 그렇다. 즉, ls -F와 같이 명령을 전달하면 의도한 바가 기계에 정확히 전달된다. ', title = "Command not found 오류", type = "information")

choonghyunryu commented 1 year ago

@statkclee,

음, 이건 좀 어렵네요. 방법을 찾아보겠습니다.