- Details
Markdown Preview Enhanced là một extension của Visual Studio Code giúp render markdown hiệu quả hơn.
Dưới đây là ghi chú lại chỉnh sửa trong file style.css
của plugin để convert file markdown sang PDF chuẩn hơn.
/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
/* Fix Japanese font corruption in plantuml */
text {
font-family: 'Meiryo' !important;
}
.page-break {
page-break-before: always;
}
code[class*="language-"], pre[class*="language-"] {
@media print {
white-space: pre-wrap;
overflow-wrap: break-word;
}
}
pre.language- code {
@media print {
white-space: pre-wrap;
overflow-wrap: break-word;
}
}
.markdown-preview.markdown-preview {
font-family: 'Meiryo';
-webkit-print-color-adjust: exact;
}
- Details
Miêu tả
Khi update Redmine lên phiên bản mới, tới bước update database, khi thực hiện command:
RAILS_ENV=production bundle exec rake db:migrate
thì bị lỗi:
Read more: Redmine - Khắc phục lỗi không tìm thấy thư viện json khi update database
- Details
Mô tả
Khi cài đặt Redmine có một option là cài đặt thư viện rmagick
.
Thư viện rmagick
này có thể được cài đặt bằng command sau:
$ gem install rmagick -v 2.16.0
Tuy nhiên khi chạy command trên thì xuất hiện lỗi:
Read more: Redmine - Khắc phục lỗi không cài đặt được rmagick trên Amazon Linux