종종 VIM에 마크 다운을 작성하면 해당 마크 다운에 단락이 생깁니다. 편집을 돕기 위해 Vim을 80 자로 줄 바꿈하도록 설정했습니다. 타이핑을 계속하면 잘 작동하지만 문제는 약간의 수정이 필요한 경우 매우 성가신 것입니다.
데모 (wikipedia first order logic에서 가져온) :
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments. In first-order
theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
여태까지는 그런대로 잘됐다. 그러나 기사를 개정 할 때 중간에 무언가를 추가하기로 결정할 수 있습니다.
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments,
or in which one or both of predicate quantifiers or function quantifiers are permitted.
In first-order theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
주의 사항 3 행은 포장하고 싶습니다. VIM에서 수행하면 수동으로 줄을 결합하고 전체 단락을 다시 랩핑해야합니다.
VIM을 자동으로 만드는 방법을 아는 사람이 있습니까?